Changeset 91 for trunk/include/helpers/linklist.h
- Timestamp:
- Aug 2, 2001, 10:36:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/linklist.h
r74 r91 140 140 typedef LSTINIT *PLSTINIT; 141 141 142 #if def __DEBUG_MALLOC_ENABLED__// setup.h, helpers\memdebug.c142 #if (defined(__DEBUG_MALLOC_ENABLED__) && !defined(DONT_REPLACE_LIST_MALLOC)) // 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 #if def __DEBUG_MALLOC_ENABLED__// setup.h, helpers\memdebug.c196 #if (defined(__DEBUG_MALLOC_ENABLED__) && !defined(DONT_REPLACE_LIST_MALLOC)) // 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.