From 9b449609fac7b23f2f9655ce2d766f1f56679ba4 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 4 May 2008 15:17:55 -0700 Subject: Removed SupportWindows95 and platform_pc macros. --- src/include/mem3dc.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/include/mem3dc.h') diff --git a/src/include/mem3dc.h b/src/include/mem3dc.h index 4bc4450..b1a1154 100644 --- a/src/include/mem3dc.h +++ b/src/include/mem3dc.h @@ -12,7 +12,6 @@ #include /* defines */ -#if SupportWindows95 #if 1 #define DBGMALLOC 0 #else @@ -26,7 +25,6 @@ #define DBGMALLOC 1 #endif #endif -#endif /* parameters for DumpMallocInfo */ #define PARTIALDUMP 0 /* print outstanding mallocs number and total memory allocated */ @@ -43,11 +41,7 @@ a separate copy of the string for each malloc - just store the pointer. So, on PC this reduces the data size for the malloc records from 1.04Mb to 320K ! */ -#if SupportWindows95 #define COPY_FILENAME 0 /* new behavior */ -#else -#define COPY_FILENAME 1 /* previous behavior */ -#endif /* platform specific memory allocation and deallocation declarations */ extern void *AllocMem(size_t __size); -- cgit v1.3