[ros-diffs] [hpoussin] 26786: One more fix for release build

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Mon May 14 23:09:52 CEST 2007


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.c?rev=26786&r1=26785&r2=26786&view=diff
==============================================================================
--- 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);




More information about the Ros-diffs mailing list