[NTOSKRNL]

Fix non-KDBG builds

svn path=/trunk/; revision=58486
This commit is contained in:
Timo Kreuzer
2013-03-13 18:25:52 +00:00
parent 7df3287315
commit edbd814452
+2
View File
@@ -2516,6 +2516,7 @@ ExAllocatePoolWithQuotaTag(IN POOL_TYPE PoolType,
return ExAllocatePoolWithTag(PoolType, NumberOfBytes, Tag);
}
#if DBG && KDBG
BOOLEAN
ExpKdbgExtPool(
@@ -2612,5 +2613,6 @@ ExpKdbgExtPool(
return TRUE;
}
#endif // DBG && KDBG
/* EOF */