Author: tkreuzer
Date: Mon Feb 9 18:42:57 2009
New Revision: 39519
URL:
http://svn.reactos.org/svn/reactos?rev=39519&view=rev
Log:
undef ExAllocatePoolWithQuota and ExAllocatePoolWithQuotaTag before implementing them as
they can be defined by ddk headers.
Modified:
trunk/reactos/ntoskrnl/mm/pool.c
Modified: trunk/reactos/ntoskrnl/mm/pool.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/pool.c?rev=395…
==============================================================================
--- trunk/reactos/ntoskrnl/mm/pool.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/pool.c [iso-8859-1] Mon Feb 9 18:42:57 2009
@@ -147,6 +147,7 @@
/*
* @implemented
*/
+#undef ExAllocatePoolWithQuota
PVOID NTAPI
ExAllocatePoolWithQuota (POOL_TYPE PoolType, ULONG NumberOfBytes)
{
@@ -184,6 +185,7 @@
/*
* @implemented
*/
+#undef ExAllocatePoolWithQuotaTag
PVOID
NTAPI
ExAllocatePoolWithQuotaTag (IN POOL_TYPE PoolType,