aboutsummaryrefslogtreecommitdiff
path: root/dep/CascLib/src/CascPort.h
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2017-05-20 11:04:03 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-05-20 11:04:03 +0200
commitd7d4cadd9ccb862ba4fc4f97d061d3d76ee476c0 (patch)
treef8c07ff4c5e6cd26ca27a3adeb13a40f270653aa /dep/CascLib/src/CascPort.h
parent6a405f8162c2d84eee834875015efe8e43a4f7fd (diff)
Dep/CascLib: Update to ladislav-zezula/CascLib@4c04c6c2bf29f44d09b6ba18623859c7295cbd87
Diffstat (limited to 'dep/CascLib/src/CascPort.h')
-rw-r--r--dep/CascLib/src/CascPort.h4
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