mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Sorry, I had to wait the build checks.
This commit is contained in:
@@ -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