Fix the close button of about dialog not working.

This commit is contained in:
Shaojun Li
2020-04-24 13:38:52 +08:00
committed by David Hrdlička
parent f9de3183aa
commit 0e7c0cca02

View File

@@ -53,6 +53,7 @@ AboutDialogProcedure(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam)
case WM_COMMAND:
switch (LOWORD(wParam)) {
case IDOK:
case IDCANCEL:
EndDialog(hdlg, 0);
plat_pause(0);
return TRUE;