Commit bde68851 authored by Alexandre Julliard's avatar Alexandre Julliard

gdi: Ignore a few more metafile escapes.

parent 47f796c6
......@@ -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");
......
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