mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix BootCD!!!!! Watch your commit GL! LOL!
svn path=/trunk/; revision=28755
This commit is contained in:
parent
c82d56cc94
commit
108ae6fb76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue