One more fix for release build

svn path=/trunk/; revision=26786
This commit is contained in:
Hervé Poussineau 2007-05-14 21:09:52 +00:00
parent 94e0b70c25
commit a3bda9f0e6

View file

@ -22,9 +22,9 @@
#define NDEBUG
#include <debug.h>
#ifdef DBG
ULONG AllocationCount = 0;
#ifdef DBG
VOID VerifyHeap(VOID);
VOID DumpMemoryAllocMap(VOID);
VOID IncrementAllocationCount(VOID);