From 108ae6fb76404d507f982f11334e6805d280855c Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sun, 2 Sep 2007 05:31:00 +0000 Subject: [PATCH] Fix BootCD!!!!! Watch your commit GL! LOL! svn path=/trunk/; revision=28755 --- 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 bcf6d1f6c74..49f90b1ac9c 100644 --- a/reactos/dll/win32/gdi32/misc/stubs.c +++ b/reactos/dll/win32/gdi32/misc/stubs.c @@ -2737,7 +2737,7 @@ PatBlt(HDC hdc, DWORD dwRop) { /* FIXME some part need be done in user mode */ - return PatBlt( hdc, nXLeft, nYLeft, nWidth, nHeight, dwRop); + return NtGdiPatBlt( hdc, nXLeft, nYLeft, nWidth, nHeight, dwRop); } BOOL