mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 02:44:24 +08:00
Don't compile pool debug apis on a retail build
svn path=/trunk/; revision=15507
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user