aboutsummaryrefslogtreecommitdiff
path: root/dep/CascLib/src/CascPort.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-02-28 17:41:28 +0100
committerOvahlord <dreadkiller@gmx.de>2025-04-05 10:32:12 +0200
commit64fcb3917685ab5b2feb75c2542911c12df6b6ba (patch)
treefdea77a819244d5b8ac4c6a823a4b6ec046ad522 /dep/CascLib/src/CascPort.h
parentc300859a083762526bacc0298ffd59ee77eb309c (diff)
Dep/CascLib: Update to ladislav-zezula/CascLib@07ab5f37ad282cc101d5c17793c550a0a6d4637f
(cherry picked from commit 464d8e39e083a2f3a73f2c33a7b20036406541c8)
Diffstat (limited to 'dep/CascLib/src/CascPort.h')
-rw-r--r--dep/CascLib/src/CascPort.h5
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