mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
- Fix compilation if redzone detection is diabled.
svn path=/trunk/; revision=16729
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user