mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
sorry fix the the build
svn path=/trunk/; revision=28774
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user