Changeset 71 for trunk/include/helpers/linklist.h
- Timestamp:
- May 22, 2001, 7:18:41 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/linklist.h
r53 r71 140 140 typedef LSTINIT *PLSTINIT; 141 141 142 #ifdef __ XWPMEMDEBUG__ // setup.h, helpers\memdebug.c142 #ifdef __DEBUG_MALLOC_ENABLED__ // setup.h, helpers\memdebug.c 143 143 PLINKLIST XWPENTRY lstCreateDebug(BOOL fItemsFreeable, 144 144 const char *file, … … 194 194 typedef LSTINDEXFROMITEM *PLSTINDEXFROMITEM; 195 195 196 #ifdef __ XWPMEMDEBUG__ // setup.h, helpers\memdebug.c196 #ifdef __DEBUG_MALLOC_ENABLED__ // setup.h, helpers\memdebug.c 197 197 PLISTNODE XWPENTRY lstAppendItemDebug(PLINKLIST pList, 198 198 void* pNewItemData,
Note:
See TracChangeset
for help on using the changeset viewer.