Commit 06a293ca authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

wineps: Don't display the MFCOMMENT escape.

parent 6fcc7b5b
......@@ -82,10 +82,7 @@ INT PSDRV_ExtEscape( PSDRV_PDEVICE *physDev, INT nEscape, INT cbInput, LPCVOID i
case MFCOMMENT:
{
int i;
FIXME("MFCOMMENT(%p, %d)\n", in_data, cbInput);
for (i=0;i<cbInput;i++) MESSAGE("%02x ", ((LPBYTE)in_data)[i]);
MESSAGE("\n");
return 1;
}
case DRAWPATTERNRECT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment