Set _HEAPOK to correct value,if using earlier mingw-runtime.

svn-id: r19059
This commit is contained in:
Travis Howell 2005-10-13 12:44:26 +00:00
parent d218fceb43
commit 8387b48d20

View File

@ -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;