[WIN32SS][USER32] Fix #984 (#985)

Sorry, I had to wait the build checks.
This commit is contained in:
Katayama Hirofumi MZ 2018-10-27 20:32:51 +09:00 committed by GitHub
parent d0e5f4ac11
commit 84ae36c78d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,7 @@ CloseWindow(HWND hWnd)
{
PostMessageW(hWnd, WM_SYSCOMMAND, SC_MINIMIZE, 0);
return ValidateHwnd(hWndParent) != NULL;
return ValidateHwnd(hWnd) != NULL;
}
FORCEINLINE