- Set the length for IntGetWindowPlacement.

svn path=/trunk/; revision=39154
This commit is contained in:
James Tabor 2009-01-27 22:04:37 +00:00
parent ac781172f7
commit 65254afcef

View file

@ -3081,7 +3081,8 @@ NtUserGetInternalWindowPos( HWND hWnd,
}
_SEH2_END;
wndpl.length = sizeof(WINDOWPLACEMENT);
if (IntGetWindowPlacement(Window, &wndpl) && !Hit)
{
_SEH2_TRY