Re-enable MALLOC_DEBUG for debug builds. Can't remember why I ever

turned it off in the first place.
This commit is contained in:
Aaron Giles 2011-04-03 15:39:50 +00:00
parent ca94190eb7
commit 792c76e741
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ DEFS += -Dmain=utf8_main
# debug build: enable guard pages on all memory allocations # debug build: enable guard pages on all memory allocations
ifdef DEBUG ifdef DEBUG
#DEFS += -DMALLOC_DEBUG DEFS += -DMALLOC_DEBUG
endif endif

View File

@ -45,7 +45,7 @@
#include <tchar.h> #include <tchar.h>
// MAME headers // MAME headers
#include "osdcore.h" #include "emucore.h"
// MAMEOS headers // MAMEOS headers
#include "winutf8.h" #include "winutf8.h"