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/mem3dc.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/mem3dc.c') diff --git a/src/mem3dc.c b/src/mem3dc.c index 0a3152b..895e699 100644 --- a/src/mem3dc.c +++ b/src/mem3dc.c @@ -73,7 +73,7 @@ #define FILEPERM "w" #endif -#if SupportWindows95 && !defined(_MSC_VER) /* not required for MS C since MS C has CRT debugging available */ +#if !defined(_MSC_VER) /* not required for MS C since MS C has CRT debugging available */ #define OVERRUN_SIZEMIN 2 #define OVERRUN_SIZEMAX 128 #define OVERRUN_SIZEFACTOR 2 /* this is a shift down */ @@ -413,8 +413,6 @@ void DumpMallocInfo(int type) } else if (type==DUMPTOFILE) { - - #if SupportWindows95 FILE *fp; if( (fp = fopen(MALLOCDUMPFILE,FILEPERM))== (FILE *)NULL) @@ -445,7 +443,6 @@ void DumpMallocInfo(int type) fclose(fp); } - #endif } @@ -489,8 +486,6 @@ void DumpBoundsCheckInfo(int type) } else if (type==DUMPTOFILE) { - - #if SupportWindows95 FILE *fp; if( (fp = fopen(MALLOCDUMPFILE,FILEPERM))== (FILE *)NULL) @@ -526,7 +521,6 @@ void DumpBoundsCheckInfo(int type) fclose(fp); } - #endif } -- cgit v1.3