mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 11:47:36 +00:00
It's a modal dialog not a window. Close it correctly.
svn path=/trunk/; revision=20154
This commit is contained in:
parent
6688a4c6f3
commit
4f3cd62583
1 changed files with 2 additions and 6 deletions
|
@ -359,11 +359,7 @@ dlProc(HWND Dlg, UINT Msg, WPARAM wParam, LPARAM lParam)
|
|||
return FALSE;
|
||||
|
||||
case WM_CLOSE:
|
||||
DestroyWindow(Dlg);
|
||||
return TRUE;
|
||||
|
||||
case WM_DESTROY:
|
||||
PostQuitMessage(0);
|
||||
EndDialog(Dlg, 0);
|
||||
return TRUE;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue