Author: cgutman
Date: Sun Dec 21 20:52:45 2008
New Revision: 38257
URL:
http://svn.reactos.org/svn/reactos?rev=38257&view=rev
Log:
- Fix compilation of tcpip with MEMTRACK defined
Modified:
branches/aicom-network-fixes/drivers/network/tcpip/include/memtrack.h
Modified: branches/aicom-network-fixes/drivers/network/tcpip/include/memtrack.h
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/drivers/net…
==============================================================================
--- branches/aicom-network-fixes/drivers/network/tcpip/include/memtrack.h [iso-8859-1]
(original)
+++ branches/aicom-network-fixes/drivers/network/tcpip/include/memtrack.h [iso-8859-1] Sun
Dec 21 20:52:45 2008
@@ -19,9 +19,6 @@
#define exAllocatePool(x,y) ExAllocatePoolX(x,y,__FILE__,__LINE__)
#define exAllocatePoolWithTag(x,y,z) ExAllocatePoolX(x,y,__FILE__,__LINE__)
#define exFreePool(x) ExFreePoolX(x,__FILE__,__LINE__)
-
-extern LIST_ENTRY AllocatedObjectsHead;
-extern KSPIN_LOCK AllocatedObjectsLock;
typedef struct _ALLOCATION_TRACKER {
LIST_ENTRY Entry;