diff options
Diffstat (limited to 'dep/CascLib/src/CascPort.h')
-rw-r--r-- | dep/CascLib/src/CascPort.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dep/CascLib/src/CascPort.h b/dep/CascLib/src/CascPort.h index 641c7331461..7ead36b69f3 100644 --- a/dep/CascLib/src/CascPort.h +++ b/dep/CascLib/src/CascPort.h @@ -100,10 +100,6 @@ #define PKEXPORT - #ifndef __SYS_ZLIB - #define __SYS_ZLIB - #endif - #ifndef __BIG_ENDIAN__ #define CASCLIB_PLATFORM_LITTLE_ENDIAN #endif @@ -210,6 +206,7 @@ #define _tremove remove #define _taccess access #define _access access + #define _tfopen fopen #define _stricmp strcasecmp #define _strnicmp strncasecmp |