mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
Sorry, I had to wait the build checks.
This commit is contained in:
committed by
GitHub
parent
d0e5f4ac11
commit
84ae36c78d
@@ -129,7 +129,7 @@ CloseWindow(HWND hWnd)
|
||||
{
|
||||
PostMessageW(hWnd, WM_SYSCOMMAND, SC_MINIMIZE, 0);
|
||||
|
||||
return ValidateHwnd(hWndParent) != NULL;
|
||||
return ValidateHwnd(hWnd) != NULL;
|
||||
}
|
||||
|
||||
FORCEINLINE
|
||||
|
||||
Reference in New Issue
Block a user