mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
undef ExAllocatePoolWithQuota and ExAllocatePoolWithQuotaTag before implementing them as they can be defined by ddk headers.
svn path=/trunk/; revision=39519
This commit is contained in:
@@ -147,6 +147,7 @@ ExAllocatePoolWithTag (POOL_TYPE PoolType, ULONG NumberOfBytes, ULONG Tag)
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
#undef ExAllocatePoolWithQuota
|
||||
PVOID NTAPI
|
||||
ExAllocatePoolWithQuota (POOL_TYPE PoolType, ULONG NumberOfBytes)
|
||||
{
|
||||
@@ -184,6 +185,7 @@ ExAllocatePoolWithTagPriority(
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
#undef ExAllocatePoolWithQuotaTag
|
||||
PVOID
|
||||
NTAPI
|
||||
ExAllocatePoolWithQuotaTag (IN POOL_TYPE PoolType,
|
||||
|
||||
Reference in New Issue
Block a user