summaryrefslogtreecommitdiff
path: root/src/include/mem3dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/mem3dc.h')
-rw-r--r--src/include/mem3dc.h6
1 files changed, 0 insertions, 6 deletions
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 <stddef.h>
/* 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);