Changeset 1063 for trunk/dll/killproc.c
- Timestamp:
- Jul 11, 2008, 5:33:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/killproc.c
r1038 r1063 86 86 # ifdef FORTIFY 87 87 Fortify_EnterScope(); 88 # endif88 # endif 89 89 thab = WinInitialize(0); 90 90 thmq = WinCreateMsgQueue(thab, 0); … … 138 138 WinTerminate(thab); 139 139 # ifdef FORTIFY 140 141 # endif140 Fortify_LeaveScope(); 141 # endif 142 142 } 143 143 … … 155 155 # ifdef FORTIFY 156 156 Fortify_EnterScope(); 157 # endif157 # endif 158 158 thab = WinInitialize(0); 159 159 thmq = WinCreateMsgQueue(thab, 0); … … 207 207 WinTerminate(thab); 208 208 # ifdef FORTIFY 209 210 # endif209 Fortify_LeaveScope(); 210 # endif 211 211 } 212 212 … … 229 229 # ifdef FORTIFY 230 230 Fortify_EnterScope(); 231 # endif231 # endif 232 232 thab = WinInitialize(0); 233 233 thmq = WinCreateMsgQueue(thab, 0); … … 309 309 WinTerminate(thab); 310 310 # ifdef FORTIFY 311 312 # endif311 Fortify_LeaveScope(); 312 # endif 313 313 } 314 314
Note:
See TracChangeset
for help on using the changeset viewer.