aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 6052ecbcbb..f00210e58b 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -85,6 +85,10 @@
#define scumm_strnicmp strnicmp
#define SCUMM_LITTLE_ENDIAN
+ #ifndef _HEAPOK
+ #define _HEAPOK (-2)
+ #endif
+
typedef unsigned char byte;
typedef unsigned char uint8;
typedef unsigned short uint16;