mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:33:01 +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:
parent
d3f56a74dd
commit
50d17fc2a4
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,7 @@ ExAllocatePoolWithTag (POOL_TYPE PoolType, ULONG NumberOfBytes, ULONG Tag)
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
|
#undef ExAllocatePoolWithQuota
|
||||||
PVOID NTAPI
|
PVOID NTAPI
|
||||||
ExAllocatePoolWithQuota (POOL_TYPE PoolType, ULONG NumberOfBytes)
|
ExAllocatePoolWithQuota (POOL_TYPE PoolType, ULONG NumberOfBytes)
|
||||||
{
|
{
|
||||||
|
@ -184,6 +185,7 @@ ExAllocatePoolWithTagPriority(
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
|
#undef ExAllocatePoolWithQuotaTag
|
||||||
PVOID
|
PVOID
|
||||||
NTAPI
|
NTAPI
|
||||||
ExAllocatePoolWithQuotaTag (IN POOL_TYPE PoolType,
|
ExAllocatePoolWithQuotaTag (IN POOL_TYPE PoolType,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue