Author: hpoussin
Date: Tue May 15 01:09:52 2007
New Revision: 26786
URL:
http://svn.reactos.org/svn/reactos?rev=26786&view=rev
Log:
One more fix for release build
Modified:
trunk/reactos/boot/freeldr/freeldr/mm/mm.c
Modified: trunk/reactos/boot/freeldr/freeldr/mm/mm.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/mm/mm…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/mm/mm.c (original)
+++ trunk/reactos/boot/freeldr/freeldr/mm/mm.c Tue May 15 01:09:52 2007
@@ -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);