aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/portdefs.h
diff options
context:
space:
mode:
authorTravis Howell2006-09-23 11:37:05 +0000
committerTravis Howell2006-09-23 11:37:05 +0000
commitbe4628ffca34a8232d44f5c8bb05ecea0e0c56fb (patch)
tree1218166806cdf10364fbcb375a543586b4295c1c /backends/platform/wince/portdefs.h
parentd02e4d7f7c7affb4e6f52c0e5a9a8b5a0ca0c610 (diff)
downloadscummvm-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/portdefs.h')
-rw-r--r--backends/platform/wince/portdefs.h2
1 files changed, 0 insertions, 2 deletions
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);