Changeset 1063 for trunk/dll/objcnr.c
- Timestamp:
- Jul 11, 2008, 5:33:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/objcnr.c
r1039 r1063 217 217 # ifdef FORTIFY 218 218 Fortify_EnterScope(); 219 # endif219 # endif 220 220 if (!dirsize) { 221 221 Runtime_Error(pszSrcFile, __LINE__, "no data"); … … 242 242 # ifdef FORTIFY 243 243 Fortify_LeaveScope(); 244 # endif244 # endif 245 245 } 246 246 … … 275 275 { 276 276 DIRSIZE *dirsize; 277 # ifdef FORTIFY278 Fortify_EnterScope();279 # endif277 # ifdef FORTIFY 278 Fortify_EnterScope(); 279 # endif 280 280 dirsize = xmalloc(sizeof(DIRSIZE), pszSrcFile, __LINE__); 281 281 if (!dirsize) { … … 291 291 GetPString(IDS_COULDNTSTARTTHREADTEXT)); 292 292 free(dirsize); 293 # ifdef FORTIFY294 Fortify_LeaveScope();295 # endif293 # ifdef FORTIFY 294 Fortify_LeaveScope(); 295 # endif 296 296 WinDismissDlg(hwnd, 0); 297 297 break;
Note:
See TracChangeset
for help on using the changeset viewer.