Changeset 396 for trunk/dll/viewer.c
- Timestamp:
- Jul 28, 2006, 8:42:35 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/viewer.c
r377 r396 1438 1438 free(vw); 1439 1439 } 1440 if(!dontclose && 1441 ParentIsDesktop(hwnd,WinQueryWindow(WinQueryWindow(hwnd, 1442 QW_PARENT),QW_PARENT))) { 1443 if(!PostMsg((HWND)0, 1444 WM_QUIT, 1445 MPVOID, 1446 MPVOID)) 1440 if (!dontclose && 1441 ParentIsDesktop(hwnd,WinQueryWindow(WinQueryWindow(hwnd, 1442 QW_PARENT),QW_PARENT))) { 1443 if (!PostMsg((HWND)0,WM_QUIT,MPVOID,MPVOID)) 1447 1444 DosExit(EXIT_PROCESS,1); 1448 1445 }
Note:
See TracChangeset
for help on using the changeset viewer.