Changeset 1063 for trunk/dll/seeall.c
- Timestamp:
- Jul 11, 2008, 5:33:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r1039 r1063 386 386 { 387 387 LISTINFO *li; 388 # ifdef FORTIFY389 Fortify_EnterScope();390 # endif388 # ifdef FORTIFY 389 Fortify_EnterScope(); 390 # endif 391 391 li = xmallocz(sizeof(LISTINFO), pszSrcFile, __LINE__); 392 392 if (li) { … … 1130 1130 1131 1131 if (ad) { 1132 # ifdef FORTIFY 1133 Fortify_EnterScope(); 1134 # endif 1132 1135 hab2 = WinInitialize(0); 1133 1136 if (hab2) { 1134 # ifdef FORTIFY1135 Fortify_EnterScope();1136 # endif1137 1137 hmq2 = WinCreateMsgQueue(hab2, 256); 1138 1138 if (hmq2) { … … 1167 1167 else 1168 1168 WinTerminate(hab2); 1169 # ifdef FORTIFY 1169 } 1170 # ifdef FORTIFY 1170 1171 Fortify_LeaveScope(); 1171 # endif 1172 } 1172 # endif 1173 1173 } 1174 1174 } … … 1647 1647 # ifdef FORTIFY 1648 1648 Fortify_EnterScope(); 1649 # endif1649 # endif 1650 1650 if (!DosRequestMutexSem(ad->hmtxScan, SEM_INDEFINITE_WAIT)) { 1651 1651 priority_normal(); … … 1760 1760 } 1761 1761 # ifdef FORTIFY 1762 1763 # endif1762 Fortify_LeaveScope(); 1763 # endif 1764 1764 } 1765 1765 … … 2057 2057 # ifdef FORTIFY 2058 2058 Fortify_EnterScope(); 2059 # endif2059 # endif 2060 2060 if (!DosRequestMutexSem(ad->hmtxScan, SEM_INDEFINITE_WAIT)) { 2061 2061 priority_normal(); … … 2118 2118 } 2119 2119 # ifdef FORTIFY 2120 2121 # endif2120 Fortify_LeaveScope(); 2121 # endif 2122 2122 } 2123 2123 … … 2475 2475 // fprintf(stderr,"Seeall: WM_CREATE\n"); 2476 2476 WinSetWindowPtr(hwnd, QWL_USER, NULL); 2477 # ifdef FORTIFY2478 Fortify_EnterScope();2479 # endif2477 # ifdef FORTIFY 2478 Fortify_EnterScope(); 2479 # endif 2480 2480 pAD = xmallocz(sizeof(ALLDATA), pszSrcFile, __LINE__); 2481 2481 if (pAD) { … … 4293 4293 FreeAllFilesList(hwnd); 4294 4294 free(pAD); 4295 # ifdef FORTIFY 4296 Fortify_LeaveScope(); 4297 # endif 4298 } 4295 } 4296 # ifdef FORTIFY 4297 Fortify_LeaveScope(); 4298 # endif 4299 4299 break; 4300 4300 }
Note:
See TracChangeset
for help on using the changeset viewer.