Changeset 1017 for trunk/dll/dirsize.c
- Timestamp:
- May 26, 2008, 5:02:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r1009 r1017 53 53 #include "strutil.h" // GetPString 54 54 #include "fm3dll.h" 55 56 #include "fortify.h" 55 57 56 58 typedef struct … … 474 476 break; 475 477 } 478 # ifdef FORTIFY 479 Fortify_EnterScope(); 480 # endif 476 481 pState = xmallocz(sizeof(tState), pszSrcFile, __LINE__); 477 482 if (!pState) { … … 1013 1018 DosSleep(16); //05 Aug 07 GKY 33 1014 1019 xfree(pState, pszSrcFile, __LINE__); // Let's hope no one is still looking 1020 # ifdef FORTIFY 1021 Fortify_LeaveScope(); 1022 # endif 1015 1023 } 1016 1024 DosPostEventSem(CompactSem);
Note:
See TracChangeset
for help on using the changeset viewer.