mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTOSKRNL]
Fix non-KDBG builds svn path=/trunk/; revision=58486
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user