mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 00:40:31 +00:00
- Update DrawEscape, thanks Tommy.
svn path=/trunk/; revision=40622
This commit is contained in:
parent
087ad5b15d
commit
324ce18cff
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue