Changeset 1038 for trunk/dll/seeall.c
- Timestamp:
- Jul 4, 2008, 10:33:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r1037 r1038 1132 1132 hab2 = WinInitialize(0); 1133 1133 if (hab2) { 1134 # ifdef FORTIFY 1135 Fortify_EnterScope(); 1136 # endif 1134 1137 hmq2 = WinCreateMsgQueue(hab2, 256); 1135 1138 if (hmq2) { … … 1163 1166 } 1164 1167 else 1165 WinTerminate(hab2); 1168 WinTerminate(hab2); 1169 # ifdef FORTIFY 1170 Fortify_LeaveScope(); 1171 # endif 1166 1172 } 1167 1173 } … … 1639 1645 ALLDATA *ad = WinQueryWindowPtr(hwnd, QWL_USER); 1640 1646 1647 # ifdef FORTIFY 1648 Fortify_EnterScope(); 1649 # endif 1641 1650 if (!DosRequestMutexSem(ad->hmtxScan, SEM_INDEFINITE_WAIT)) { 1642 1651 priority_normal(); … … 1750 1759 WinTerminate(hab2); 1751 1760 } 1761 # ifdef FORTIFY 1762 Fortify_LeaveScope(); 1763 # endif 1752 1764 } 1753 1765 … … 2043 2055 ALLDATA *ad = WinQueryWindowPtr(hwnd, QWL_USER); 2044 2056 2057 # ifdef FORTIFY 2058 Fortify_EnterScope(); 2059 # endif 2045 2060 if (!DosRequestMutexSem(ad->hmtxScan, SEM_INDEFINITE_WAIT)) { 2046 2061 priority_normal(); … … 2102 2117 WinTerminate(hab2); 2103 2118 } 2119 # ifdef FORTIFY 2120 Fortify_LeaveScope(); 2121 # endif 2104 2122 } 2105 2123
Note:
See TracChangeset
for help on using the changeset viewer.