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