mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix BootCD!!!!! Watch your commit GL! LOL!
svn path=/trunk/; revision=28755
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user