mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
sorry fix the the build
svn path=/trunk/; revision=28774
This commit is contained in:
parent
8dd3f58473
commit
8e85947cea
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue