diff options
author | Travis Howell | 2006-09-23 11:37:05 +0000 |
---|---|---|
committer | Travis Howell | 2006-09-23 11:37:05 +0000 |
commit | be4628ffca34a8232d44f5c8bb05ecea0e0c56fb (patch) | |
tree | 1218166806cdf10364fbcb375a543586b4295c1c /backends/platform/wince/missing | |
parent | d02e4d7f7c7affb4e6f52c0e5a9a8b5a0ca0c610 (diff) | |
download | scummvm-rg350-be4628ffca34a8232d44f5c8bb05ecea0e0c56fb.tar.gz scummvm-rg350-be4628ffca34a8232d44f5c8bb05ecea0e0c56fb.tar.bz2 scummvm-rg350-be4628ffca34a8232d44f5c8bb05ecea0e0c56fb.zip |
Remove defines, which were only used by checkHeap()
svn-id: r23980
Diffstat (limited to 'backends/platform/wince/missing')
-rw-r--r-- | backends/platform/wince/missing/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/wince/missing/io.h b/backends/platform/wince/missing/io.h index a7b74c71b7..8c66e9405b 100644 --- a/backends/platform/wince/missing/io.h +++ b/backends/platform/wince/missing/io.h @@ -3,8 +3,6 @@ /* This stuff will live here until port configuration file is in place */ #define stricmp _stricmp #define strdup _strdup -#define _HEAPOK 0 -#define _heapchk() 0 #ifndef _FILE_DEFINED typedef void FILE; |