diff --git a/reactos/dll/win32/gdi32/misc/stubs.c b/reactos/dll/win32/gdi32/misc/stubs.c index 2aa29c4ccea..018ba0fdc67 100644 --- a/reactos/dll/win32/gdi32/misc/stubs.c +++ b/reactos/dll/win32/gdi32/misc/stubs.c @@ -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); }