mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
Set _HEAPOK to correct value,if using earlier mingw-runtime.
svn-id: r19059
This commit is contained in:
parent
d218fceb43
commit
8387b48d20
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user