- Fix build.

svn path=/trunk/; revision=38544
This commit is contained in:
James Tabor 2009-01-04 05:16:29 +00:00
parent e5a50d7176
commit 39cecf5684

View file

@ -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