mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:25:41 +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)
|
DWORD dwRop)
|
||||||
{
|
{
|
||||||
/* FIXME some part need be done in user mode */
|
/* 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
|
BOOL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue