[ros-diffs] [tkreuzer] 39519: undef ExAllocatePoolWithQuota and ExAllocatePoolWithQuotaTag before implementing them as they can be defined by ddk headers.

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Feb 10 01:42:58 CET 2009


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=39519&r1=39518&r2=39519&view=diff
==============================================================================
--- 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,



More information about the Ros-diffs mailing list