diff options
Diffstat (limited to 'dep/CascLib/src/CascPort.h')
-rw-r--r-- | dep/CascLib/src/CascPort.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/CascLib/src/CascPort.h b/dep/CascLib/src/CascPort.h index c8145a4512d..a6ee62885b4 100644 --- a/dep/CascLib/src/CascPort.h +++ b/dep/CascLib/src/CascPort.h @@ -13,7 +13,7 @@ #define __CASCPORT_H__ #ifndef __cplusplus - #include <stdbool.h> + #include <stdbool.h> #endif //----------------------------------------------------------------------------- @@ -30,6 +30,7 @@ #define _CRT_SECURE_NO_DEPRECATE #define _CRT_NON_CONFORMING_SWPRINTFS + // Prevent duplicate symbols defined by Windows headers #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif @@ -46,7 +47,6 @@ #include <direct.h> #include <malloc.h> #include <windows.h> - #include <ws2tcpip.h> #include <strsafe.h> #define CASCLIB_PLATFORM_LITTLE_ENDIAN |