mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Add free to libsupp
svn path=/trunk/; revision=16119
This commit is contained in:
@@ -20,10 +20,12 @@ ExAllocatePoolWithTag(
|
||||
|
||||
VOID
|
||||
STDCALL
|
||||
ExFreePool(
|
||||
IN PVOID Pool
|
||||
ExFreePoolWithTag(
|
||||
IN PVOID Pool,
|
||||
IN ULONG Tag
|
||||
);
|
||||
|
||||
#define ExAllocatePool(p,n) ExAllocatePoolWithTag(p,n, TAG_RTL)
|
||||
#define ExFreePool(P) ExFreePoolWithTag(P, TAG_RTL)
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user