Use network for UWP from Win32 impl

This commit is contained in:
Wojtek Figat
2021-05-28 19:43:15 +02:00
parent 518e248494
commit beb79f6107

View File

@@ -45,8 +45,8 @@ class Win32Thread;
typedef Win32Thread Thread;
class UWPWindow;
typedef UWPWindow Window;
class NetworkBase;
typedef NetworkBase Network;
class Win32Network;
typedef Win32Network Network;
#elif PLATFORM_LINUX