Forgot to commit this file with revision 15013
authorHervé Poussineau <hpoussin@reactos.org>
Thu, 5 May 2005 19:36:25 +0000 (19:36 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Thu, 5 May 2005 19:36:25 +0000 (19:36 +0000)
svn path=/trunk/; revision=15019

reactos/lib/ntdll/rtl/libsupp.c

index 97dc732..4985d8f 100644 (file)
@@ -63,6 +63,16 @@ ExFreePool(IN PVOID Mem)
       Mem);
 }
 
+VOID
+STDCALL
+ExFreePoolWithTag(IN PVOID Mem, IN ULONG Tag)
+{
+   RtlFreeHeap (
+      RtlGetProcessHeap (),
+      0,
+      Mem);
+}
+
 
 #ifdef DBG
 VOID FASTCALL