diff options
-rw-r--r-- | backends/platform/wince/missing/io.h | 2 | ||||
-rw-r--r-- | backends/platform/wince/portdefs.h | 2 | ||||
-rw-r--r-- | common/scummsys.h | 4 |
3 files changed, 0 insertions, 8 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; diff --git a/backends/platform/wince/portdefs.h b/backends/platform/wince/portdefs.h index f5468254e0..ccd68b13cd 100644 --- a/backends/platform/wince/portdefs.h +++ b/backends/platform/wince/portdefs.h @@ -24,8 +24,6 @@ #if _WIN32_WCE < 300 -#define _HEAPOK 0 - void *calloc(size_t n, size_t s); int isalnum(int c); int isdigit(int c); diff --git a/common/scummsys.h b/common/scummsys.h index 50226ce51e..1bc41906e0 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -120,10 +120,6 @@ #define PLUGIN_EXPORT __declspec(dllexport) - #ifndef _HEAPOK - #define _HEAPOK (-2) - #endif - #elif defined(UNIX) #define scumm_stricmp strcasecmp |