Changeset 1063 for trunk/dll/mainwnd.c
- Timestamp:
- Jul 11, 2008, 5:33:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1061 r1063 210 210 if (!PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID)) 211 211 WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID); 212 # ifdef FORTIFY213 Fortify_LeaveScope();214 # endif212 # ifdef FORTIFY 213 Fortify_LeaveScope(); 214 # endif 215 215 break; 216 216 } … … 5807 5807 PostMsg(hwnd, WM_COMMAND, MPFROMLONG(IDM_QUICKSETTINGS), MPVOID); 5808 5808 } 5809 # ifdef FORTIFY5810 Fortify_EnterScope();5811 # endif5809 # ifdef FORTIFY 5810 Fortify_EnterScope(); 5811 # endif 5812 5812 return 0; 5813 5813 } … … 6393 6393 if (!PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID)) 6394 6394 WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID); 6395 # ifdef FORTIFY6396 free_commands();6397 free_associations();6398 free_udirs();6399 free_ldir();6400 free_archivers();6401 free_tools();6402 Fortify_LeaveScope();6403 # endif6395 # ifdef FORTIFY 6396 free_commands(); 6397 free_associations(); 6398 free_udirs(); 6399 free_ldir(); 6400 free_archivers(); 6401 free_tools(); 6402 Fortify_LeaveScope(); 6403 # endif 6404 6404 break; 6405 6405 }
Note:
See TracChangeset
for help on using the changeset viewer.