gdi: Ignore a few more metafile escapes.

This commit is contained in:
Alexandre Julliard 2006-01-18 13:23:20 +01:00
parent 47f796c629
commit bde6885161
1 changed files with 2 additions and 0 deletions

View File

@ -865,6 +865,8 @@ BOOL WINAPI PlayMetaFileRecord( HDC hdc, HANDLETABLE *ht, METARECORD *mr, UINT
case META_ESCAPE:
switch (mr->rdParm[0]) {
case GETSCALINGFACTOR: /* get function ... would just NULL dereference */
case GETPHYSPAGESIZE:
case GETPRINTINGOFFSET:
return FALSE;
case SETABORTPROC:
FIXME("Filtering Escape(SETABORTPROC), possible virus?\n");