mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix build.
svn path=/trunk/; revision=38544
This commit is contained in:
@@ -61,6 +61,7 @@ static __inline VOID ExFreePoolX( PVOID Data, PCHAR File, ULONG Line ) {
|
||||
#define exAllocatePoolWithTag(x,y,z) ExAllocatePoolWithTag(x,y,z)
|
||||
#define exAllocatePool(x,y) PoolAllocateBuffer(y)
|
||||
#define exFreePool(x) PoolFreeBuffer(x)
|
||||
#define exFreeToNPagedLookasideList(x,y) ExFreeToNPagedLookasideList(x,y)
|
||||
#define TrackWithTag(w,x,y,z)
|
||||
#define UntrackFL(x,y,z)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user