[ros-diffs] [cgutman] 38257: - Fix compilation of tcpip with MEMTRACK defined
cgutman at svn.reactos.org
cgutman at svn.reactos.org
Mon Dec 22 03:52:46 CET 2008
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/network/tcpip/include/memtrack.h?rev=38257&r1=38256&r2=38257&view=diff
==============================================================================
--- 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;
More information about the Ros-diffs
mailing list