Forgot to commit this file with revision 15013

svn path=/trunk/; revision=15019
This commit is contained in:
Hervé Poussineau
2005-05-05 19:36:25 +00:00
parent dff6294185
commit 30cd41fa52
+10
View 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