Don't compile pool debug apis on a retail build

svn path=/trunk/; revision=15507
This commit is contained in:
Alex Ionescu 2005-05-26 13:41:46 +00:00
parent 650c785b4a
commit d74a4d1b37

View file

@ -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;