mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[NTOS]
- Fix release build, leftover from 48692. svn path=/trunk/; revision=48726
This commit is contained in:
parent
322032192b
commit
228af0c797
1 changed files with 1 additions and 1 deletions
|
@ -910,7 +910,7 @@ static void
|
|||
RPoolFree ( PR_POOL pool, void* Addr )
|
||||
{
|
||||
PR_USED UsedBlock;
|
||||
#ifndef R_RZ
|
||||
#if !R_RZ
|
||||
rulong UsedSize;
|
||||
#endif
|
||||
PR_FREE FreeBlock;
|
||||
|
|
Loading…
Reference in a new issue