Fix BootCD!!!!! Watch your commit GL! LOL!

svn path=/trunk/; revision=28755
This commit is contained in:
James Tabor 2007-09-02 05:31:00 +00:00
parent c82d56cc94
commit 108ae6fb76

View file

@ -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