mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
copy back both POINTS to make a RECT
svn path=/trunk/; revision=19444
This commit is contained in:
parent
6cf4575ef6
commit
2f4ea4daeb
1 changed files with 1 additions and 1 deletions
|
@ -1733,7 +1733,7 @@ NtUserGetMenuItemRect(
|
|||
lpPoints[i].y += YMove;
|
||||
}
|
||||
|
||||
Status = MmCopyToCaller(lprcItem, lpPoints, sizeof(POINT));
|
||||
Status = MmCopyToCaller(lprcItem, lpPoints, sizeof(RECT));
|
||||
if (! NT_SUCCESS(Status))
|
||||
{
|
||||
SetLastNtError(Status);
|
||||
|
|
Loading…
Reference in a new issue