diff options
Diffstat (limited to 'src/StormPort.h')
-rw-r--r-- | src/StormPort.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/StormPort.h b/src/StormPort.h index 37fbad0..41b4307 100644 --- a/src/StormPort.h +++ b/src/StormPort.h @@ -36,7 +36,7 @@ //----------------------------------------------------------------------------- // Defines for Windows -#if !defined(PLATFORM_DEFINED) && (defined(WIN32) || defined(WIN64)) +#if !defined(PLATFORM_DEFINED) && defined(_WIN32) // In MSVC 8.0, there are some functions declared as deprecated. #if _MSC_VER >= 1400 @@ -52,7 +52,7 @@ #include <wininet.h> #define PLATFORM_LITTLE_ENDIAN - #ifdef WIN64 + #ifdef _WIN64 #define PLATFORM_64BIT #else #define PLATFORM_32BIT |