mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Forgot to commit this file with revision 15013
svn path=/trunk/; revision=15019
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user