[ros-diffs] [ion] 16729: - Fix compilation if redzone detection is diabled.

ion at svn.reactos.com ion at svn.reactos.com
Tue Jul 26 02:50:54 CEST 2005


- Fix compilation if redzone detection is diabled.
Modified: trunk/reactos/ntoskrnl/mm/rpoolmgr.h
  _____  

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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050726/18055506/attachment.html


More information about the Ros-diffs mailing list