summaryrefslogtreecommitdiff
path: root/src/include/mem3dc.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-05-04 15:17:55 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit9b449609fac7b23f2f9655ce2d766f1f56679ba4 (patch)
tree437781bff4f72b2d4bd3220f657a58ef516c18b5 /src/include/mem3dc.h
parent361c1319328308341d00a8c6dacc28e6096dd041 (diff)
Removed SupportWindows95 and platform_pc macros.
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);