mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Don't compile pool debug apis on a retail build
svn path=/trunk/; revision=15507
This commit is contained in:
parent
650c785b4a
commit
d74a4d1b37
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ MiDebugDumpNonPagedPoolStats(BOOLEAN NewOnly)
|
|||
VOID
|
||||
MiDebugDumpNonPagedPool(BOOLEAN NewOnly)
|
||||
{
|
||||
#ifndef WHOLE_PAGE_ALLOCATIONS
|
||||
#if defined(POOL_DEBUG_APIS) && !defined(WHOLE_PAGE_ALLOCATIONS)
|
||||
BLOCK_HDR* current;
|
||||
PLIST_ENTRY current_entry;
|
||||
KIRQL oldIrql;
|
||||
|
|
Loading…
Reference in a new issue