- Fix a critical bug in ExAllocatePoolWithQuota spotted by msvc. Because of the curre...
[reactos.git] / reactos / ntoskrnl / mm / pool.c
index ba39774..dc09263 100644 (file)
@@ -164,6 +164,7 @@ ExAllocatePoolWithTag (POOL_TYPE PoolType, ULONG NumberOfBytes, ULONG Tag)
  * @implemented
  */
 #undef ExAllocatePoolWithQuota
+#undef ExAllocatePoolWithQuotaTag
 PVOID NTAPI
 ExAllocatePoolWithQuota (POOL_TYPE PoolType, ULONG NumberOfBytes)
 {
@@ -201,7 +202,6 @@ ExAllocatePoolWithTagPriority(
 /*
  * @implemented
  */
-#undef ExAllocatePoolWithQuotaTag
 PVOID
 NTAPI
 ExAllocatePoolWithQuotaTag (IN POOL_TYPE PoolType,