wineps: Don't display the MFCOMMENT escape.

This commit is contained in:
Huw Davies 2006-02-08 12:35:05 +01:00 committed by Alexandre Julliard
parent 6fcc7b5bb0
commit 06a293cabe
1 changed files with 0 additions and 3 deletions

View File

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