diff options
Diffstat (limited to 'src/mem3dc.c')
| -rw-r--r-- | src/mem3dc.c | 8 |
1 files changed, 1 insertions, 7 deletions
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 } |
