aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTravis Howell2005-10-13 12:44:26 +0000
committerTravis Howell2005-10-13 12:44:26 +0000
commit8387b48d201da225b68fce3f8a22ac134fa75d1c (patch)
tree56a0429bd4fc33717e8d1170e781afd81f54539e /common
parentd218fceb43adc5da751bcb8a66fa10b592763cba (diff)
downloadscummvm-rg350-8387b48d201da225b68fce3f8a22ac134fa75d1c.tar.gz
scummvm-rg350-8387b48d201da225b68fce3f8a22ac134fa75d1c.tar.bz2
scummvm-rg350-8387b48d201da225b68fce3f8a22ac134fa75d1c.zip
Set _HEAPOK to correct value,if using earlier mingw-runtime.
svn-id: r19059
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;