mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 09:26:27 +02:00
Normalized defaults
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
typedef SOCKET PLATFORM_SOCKET;
|
||||
#if defined(_WIN64)
|
||||
#define PLATFORM_SOCKET_FORMAT_TYPE MG_I64U_SPECIFIER
|
||||
#define PLATFORM_SOCKET_FORMAT_TYPE I64U_SPECIFIER
|
||||
#else
|
||||
#define PLATFORM_SOCKET_FORMAT_TYPE "%d"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user