Changeset 760
- Timestamp:
- Aug 4, 2007, 7:06:23 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/filldir.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/filldir.c
r756 r760 35 35 02 Aug 07 SHL Add FileAttrToString 36 36 03 Aug 07 GKY Enlarged and made setable everywhere Findbuf (speed file loading) 37 04 Aug 07 SHL Update #pragma alloc_test for new functions 37 38 38 39 ***********************************************************************/ … … 58 59 #pragma alloc_text(FILLDIR,FillInRecordFromFFB,FillInRecordFromFSA,IDFile) 59 60 #pragma alloc_text(FILLDIR1,ProcessDirectory,FillDirCnr,FillTreeCnr,FileAttrToString) 60 #pragma alloc_text(EMPTYCNR,EmptyCnr )61 #pragma alloc_text(EMPTYCNR,EmptyCnr,FreeCnrItemData,FreeCnrItem,FreeCnrItemList,RemoveCnrItems) 61 62 62 63 /** … … 995 996 DosPostEventSem(CompactSem); 996 997 997 #if 1// fixme to disable or to be configurable998 #if 0 // fixme to disable or to be configurable 998 999 { 999 1000 int state = _heapchk(); … … 1497 1498 PFIELDINFO pfi; 1498 1499 1499 #if 1// fixme to disable or to be configurable1500 #if 0 // fixme to disable or to be configurable 1500 1501 { 1501 1502 int state = _heapchk();
Note:
See TracChangeset
for help on using the changeset viewer.
