Changeset 1038 for trunk/dll/inis.c
- Timestamp:
- Jul 4, 2008, 10:33:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/inis.c
r1014 r1038 47 47 #include "strutil.h" // GetPString 48 48 #include "fm3dll.h" 49 #include "fortify.h" 49 50 50 51 #pragma data_seg(DATA2) … … 126 127 127 128 if (inirec) { 129 # ifdef FORTIFY 130 Fortify_EnterScope(); 131 # endif 128 132 hab2 = WinInitialize(0); 129 133 if (hab2) { … … 293 297 MPVOID); 294 298 xfree(inirec, pszSrcFile, __LINE__); 299 # ifdef FORTIFY 300 Fortify_LeaveScope(); 301 # endif 295 302 } 296 303 } … … 335 342 336 343 if (prfp) { 344 # ifdef FORTIFY 345 Fortify_EnterScope(); 346 # endif 337 347 hab2 = WinInitialize(0); 338 348 if (hab2) { … … 434 444 xfree(prfp->pszSysName, pszSrcFile, __LINE__); 435 445 xfree(prfp, pszSrcFile, __LINE__); 446 # ifdef FORTIFY 447 Fortify_LeaveScope(); 448 # endif 436 449 } 437 450 }
Note:
See TracChangeset
for help on using the changeset viewer.