projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55234f6
)
- Fix compilation if redzone detection is diabled.
author
Alex Ionescu
<aionescu@gmail.com>
Tue, 26 Jul 2005 00:50:17 +0000
(
00:50
+0000)
committer
Alex Ionescu
<aionescu@gmail.com>
Tue, 26 Jul 2005 00:50:17 +0000
(
00:50
+0000)
svn path=/trunk/; revision=16729
reactos/ntoskrnl/mm/rpoolmgr.h
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/mm/rpoolmgr.h
b/reactos/ntoskrnl/mm/rpoolmgr.h
index
54a5fb5
..
1aa98ad
100644
(file)
--- a/
reactos/ntoskrnl/mm/rpoolmgr.h
+++ b/
reactos/ntoskrnl/mm/rpoolmgr.h
@@
-328,6
+328,7
@@
RPoolInit ( void* PoolBase, rulong PoolSize, int align1, int align2, int align3
return pool;
}
+#if R_RZ
static const char*
RFormatTag ( rulong Tag, char* buf )
{
@@
-341,6
+342,7
@@
RFormatTag ( rulong Tag, char* buf )
}
return buf;
}
+#endif
#if !R_RZ
#define RUsedRedZoneCheck(pUsed,Addr,file,line, printzone)