copy back both POINTS to make a RECT

svn path=/trunk/; revision=19444
This commit is contained in:
Brandon Turner 2005-11-22 01:48:27 +00:00
parent 6cf4575ef6
commit 2f4ea4daeb

View file

@ -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);