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:
Timo Kreuzer 2009-02-10 00:42:57 +00:00
parent d3f56a74dd
commit 50d17fc2a4

View file

@ -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,