From a3bda9f0e623bf41d9e3362207b94ea5a2e46b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 14 May 2007 21:09:52 +0000 Subject: [PATCH] One more fix for release build svn path=/trunk/; revision=26786 --- reactos/boot/freeldr/freeldr/mm/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/freeldr/mm/mm.c b/reactos/boot/freeldr/freeldr/mm/mm.c index bbe67841db5..badc23b4d97 100644 --- a/reactos/boot/freeldr/freeldr/mm/mm.c +++ b/reactos/boot/freeldr/freeldr/mm/mm.c @@ -22,9 +22,9 @@ #define NDEBUG #include -#ifdef DBG ULONG AllocationCount = 0; +#ifdef DBG VOID VerifyHeap(VOID); VOID DumpMemoryAllocMap(VOID); VOID IncrementAllocationCount(VOID);