diff options
author | Travis Howell | 2005-08-28 11:15:38 +0000 |
---|---|---|
committer | Travis Howell | 2005-08-28 11:15:38 +0000 |
commit | 7556e064d2752a12ddbe189340a1ef081b348ee7 (patch) | |
tree | 6e0c206c442f7f463883b76bfc68db78308d45aa /common | |
parent | 2174c6f49c042a2dc33c015089444651ec843ef0 (diff) | |
download | scummvm-rg350-7556e064d2752a12ddbe189340a1ef081b348ee7.tar.gz scummvm-rg350-7556e064d2752a12ddbe189340a1ef081b348ee7.tar.bz2 scummvm-rg350-7556e064d2752a12ddbe189340a1ef081b348ee7.zip |
mingw can handle heap checking now.
NOTE: Requires mingw-runtime-3.8
svn-id: r18714
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index ee569439aa..5b3b6205cd 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -85,8 +85,6 @@ #define scumm_strnicmp strnicmp #define SCUMM_LITTLE_ENDIAN - #define _HEAPOK 0 - typedef unsigned char byte; typedef unsigned char uint8; typedef unsigned short uint16; |