mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Set the length for IntGetWindowPlacement.
svn path=/trunk/; revision=39154
This commit is contained in:
@@ -3081,7 +3081,8 @@ NtUserGetInternalWindowPos( HWND hWnd,
|
||||
}
|
||||
_SEH2_END;
|
||||
|
||||
|
||||
wndpl.length = sizeof(WINDOWPLACEMENT);
|
||||
|
||||
if (IntGetWindowPlacement(Window, &wndpl) && !Hit)
|
||||
{
|
||||
_SEH2_TRY
|
||||
|
||||
Reference in New Issue
Block a user