mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +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
|
VOID
|
||||||
MiDebugDumpNonPagedPool(BOOLEAN NewOnly)
|
MiDebugDumpNonPagedPool(BOOLEAN NewOnly)
|
||||||
{
|
{
|
||||||
#ifndef WHOLE_PAGE_ALLOCATIONS
|
#if defined(POOL_DEBUG_APIS) && !defined(WHOLE_PAGE_ALLOCATIONS)
|
||||||
BLOCK_HDR* current;
|
BLOCK_HDR* current;
|
||||||
PLIST_ENTRY current_entry;
|
PLIST_ENTRY current_entry;
|
||||||
KIRQL oldIrql;
|
KIRQL oldIrql;
|
||||||
|
|
Loading…
Reference in a new issue