mirror of
https://github.com/reactos/reactos.git
synced 2025-04-24 23:50:24 +00:00
- Set the length for IntGetWindowPlacement.
svn path=/trunk/; revision=39154
This commit is contained in:
parent
ac781172f7
commit
65254afcef
1 changed files with 2 additions and 1 deletions
|
@ -3081,7 +3081,8 @@ NtUserGetInternalWindowPos( HWND hWnd,
|
|||
}
|
||||
_SEH2_END;
|
||||
|
||||
|
||||
wndpl.length = sizeof(WINDOWPLACEMENT);
|
||||
|
||||
if (IntGetWindowPlacement(Window, &wndpl) && !Hit)
|
||||
{
|
||||
_SEH2_TRY
|
||||
|
|
Loading…
Reference in a new issue