- Timestamp:
- Feb 21, 2001, 8:52:33 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/utils/Win32kCC.c
r5160 r5226 1 /* $Id: Win32kCC.c,v 1.1 3 2001-02-17 20:25:44bird Exp $1 /* $Id: Win32kCC.c,v 1.14 2001-02-21 07:52:33 bird Exp $ 2 2 * 3 3 * Win32CC - Win32k Control Center. … … 323 323 WinGetLastError(pThis->hab), 324 324 getLastErrorMsg(pThis->hab)); 325 WinPostMsg(hwnd, WM_QUIT, NULL, NULL); 325 326 WinDismissDlg(hwnd, 0); 326 WinPostMsg(hwnd, WM_QUIT, NULL, NULL);327 327 free(pThis); 328 328 return FALSE; … … 553 553 /* Close the dialog */ 554 554 fNotExit = FALSE; 555 WinPostMsg(hwnd, WM_QUIT, NULL, NULL); 555 556 WinDismissDlg(hwnd, 0); 556 WinPostMsg(hwnd, WM_QUIT, NULL, NULL);557 557 break; 558 558 … … 729 729 Complain(hwnd, IDS_ERR_QUERYOPTIONSTATUS, rc); 730 730 fNotExit = FALSE; 731 WinPostMsg(hwnd, WM_QUIT, NULL, NULL); 731 732 WinDismissDlg(hwnd, 0); 732 WinPostMsg(hwnd, WM_QUIT, NULL, NULL);733 733 return NULL; 734 734 }
Note:
See TracChangeset
for help on using the changeset viewer.