sorry fix the the build

svn path=/trunk/; revision=28774
This commit is contained in:
Magnus Olsen 2007-09-02 13:54:26 +00:00
parent 8dd3f58473
commit 8e85947cea

View file

@ -212,7 +212,7 @@ SetBoundsRect(HDC hdc,
UINT flags)
{
/* FIXME add check for vaildate the flags */
return NtGdiSetBoundsRect(hdc, *prc, flags
return NtGdiSetBoundsRect(hdc, (LPRECT)prc, flags);
}