- Update DrawEscape, thanks Tommy.

svn path=/trunk/; revision=40622
This commit is contained in:
James Tabor 2009-04-21 00:29:00 +00:00
parent 087ad5b15d
commit 324ce18cff

View file

@ -125,7 +125,7 @@ DrawEscape(HDC hDC,
{ {
if (pLDC->Flags & LDC_META_PRINT) if (pLDC->Flags & LDC_META_PRINT)
{ {
// if (nEscape != 8) // if (nEscape != QUERYESCSUPPORT)
// return EMFDRV_WriteEscape(hDC, nEscape, cbInput, lpszInData, EMR_DRAWESCAPE); // return EMFDRV_WriteEscape(hDC, nEscape, cbInput, lpszInData, EMR_DRAWESCAPE);
return NtGdiDrawEscape(hDC, nEscape, cbInput, (LPSTR) lpszInData); return NtGdiDrawEscape(hDC, nEscape, cbInput, (LPSTR) lpszInData);