mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 11:54:47 +00:00
gdi: Ignore a few more metafile escapes.
This commit is contained in:
parent
47f796c629
commit
bde6885161
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user