From 8e85947cea9d79826545bcdd1f6675264428eeec Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 2 Sep 2007 13:54:26 +0000 Subject: [PATCH] sorry fix the the build svn path=/trunk/; revision=28774 --- reactos/dll/win32/gdi32/misc/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }