mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 19:27:00 +00:00
Sorry, I had to wait the build checks.
This commit is contained in:
parent
d0e5f4ac11
commit
84ae36c78d
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ CloseWindow(HWND hWnd)
|
||||||
{
|
{
|
||||||
PostMessageW(hWnd, WM_SYSCOMMAND, SC_MINIMIZE, 0);
|
PostMessageW(hWnd, WM_SYSCOMMAND, SC_MINIMIZE, 0);
|
||||||
|
|
||||||
return ValidateHwnd(hWndParent) != NULL;
|
return ValidateHwnd(hWnd) != NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
FORCEINLINE
|
FORCEINLINE
|
||||||
|
|
Loading…
Reference in a new issue