- Fix compilation if redzone detection is diabled.
Modified: trunk/reactos/ntoskrnl/mm/rpoolmgr.h
--- trunk/reactos/ntoskrnl/mm/rpoolmgr.h 2005-07-26 00:43:19 UTC (rev 16728) +++ trunk/reactos/ntoskrnl/mm/rpoolmgr.h 2005-07-26 00:50:17 UTC (rev 16729) @@ -328,6 +328,7 @@
return pool; }
+#if R_RZ
static const char* RFormatTag ( rulong Tag, char* buf ) { @@ -341,6 +342,7 @@
} return buf; }
+#endif
#if !R_RZ #define RUsedRedZoneCheck(pUsed,Addr,file,line, printzone)