- Return Set if managed, part of CORE-12888.

svn path=/trunk/; revision=75294
This commit is contained in:
James Tabor 2017-07-06 19:13:49 +00:00
parent a1938e7ca3
commit 04b696718d

View file

@ -739,7 +739,10 @@ NtGdiGetBoundsRect(
DPRINT(" r %d b %d\n",rc.right,rc.bottom);
}
else
{
rc = pdc->erclBounds;
ret = DCB_SET;
}
/* Copy the rect to the caller */
_SEH2_TRY