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