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 85b97969e59..d1d556df17b 100644 --- a/dep/CascLib/src/CascPort.h +++ b/dep/CascLib/src/CascPort.h @@ -21,7 +21,7 @@ //----------------------------------------------------------------------------- // Defines for Windows -#if !defined(PLATFORM_DEFINED) && (defined(WIN32) || defined(WIN64)) +#if !defined(PLATFORM_DEFINED) && (defined(_WIN32) || defined(_WIN64)) // In MSVC 8.0, there are some functions declared as deprecated. #if _MSC_VER >= 1400 @@ -41,7 +41,7 @@ #include <sys/types.h> #define PLATFORM_LITTLE_ENDIAN - #ifdef WIN64 + #ifdef _WIN64 #define PLATFORM_64BIT #else #define PLATFORM_32BIT |