From 8387b48d201da225b68fce3f8a22ac134fa75d1c Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 13 Oct 2005 12:44:26 +0000 Subject: Set _HEAPOK to correct value,if using earlier mingw-runtime. svn-id: r19059 --- common/scummsys.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/scummsys.h') 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; -- cgit v1.2.3