[ros-diffs] [greatlrd] 28774: sorry fix the the build

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Sun Sep 2 15:54:26 CEST 2007


Author: greatlrd
Date: Sun Sep  2 17:54:26 2007
New Revision: 28774

URL: http://svn.reactos.org/svn/reactos?rev=28774&view=rev
Log:
sorry fix the the build

Modified:
    trunk/reactos/dll/win32/gdi32/misc/stubs.c

Modified: trunk/reactos/dll/win32/gdi32/misc/stubs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/gdi32/misc/stubs.c?rev=28774&r1=28773&r2=28774&view=diff
==============================================================================
--- trunk/reactos/dll/win32/gdi32/misc/stubs.c (original)
+++ trunk/reactos/dll/win32/gdi32/misc/stubs.c Sun Sep  2 17:54:26 2007
@@ -212,7 +212,7 @@
               UINT flags)
 {
     /* FIXME add check for vaildate the flags */
-    return NtGdiSetBoundsRect(hdc, *prc, flags
+    return NtGdiSetBoundsRect(hdc, (LPRECT)prc, flags);
 }
 
 




More information about the Ros-diffs mailing list