mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
One more fix for release build
svn path=/trunk/; revision=26786
This commit is contained in:
parent
94e0b70c25
commit
a3bda9f0e6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue