parent
d9e530b4cc
commit
aa94670d3f
@ -1,2 +1 @@
|
||||
wine-0.9.5.tar.bz2
|
||||
wine-fonts-20050524.tar.gz
|
||||
wine-0.9.6.tar.bz2
|
||||
|
@ -1,2 +1 @@
|
||||
b0c8e65efd541eb690ae05fdf05fcd4d wine-0.9.5.tar.bz2
|
||||
fb216b10993cb17501efff7afa812da1 wine-fonts-20050524.tar.gz
|
||||
1e3bfac123009300646a0b8a7fcfd81d wine-0.9.6.tar.bz2
|
||||
|
@ -1,20 +0,0 @@
|
||||
===================================================================
|
||||
RCS file: /home/wine/wine/dlls/gdi/metafile.c,v
|
||||
retrieving revision 1.11
|
||||
retrieving revision 1.12
|
||||
diff -u -p -r1.11 -r1.12
|
||||
--- wine/dlls/gdi/metafile.c 2006/01/03 12:43:52 1.11
|
||||
+++ wine/dlls/gdi/metafile.c 2006/01/06 20:52:46 1.12
|
||||
@@ -863,6 +863,13 @@ BOOL WINAPI PlayMetaFileRecord( HDC hdc,
|
||||
break;
|
||||
|
||||
case META_ESCAPE:
|
||||
+ switch (mr->rdParm[0]) {
|
||||
+ case GETSCALINGFACTOR: /* get function ... would just NULL dereference */
|
||||
+ return FALSE;
|
||||
+ case SETABORTPROC:
|
||||
+ FIXME("Filtering Escape(SETABORTPROC), possible virus?\n");
|
||||
+ return FALSE;
|
||||
+ }
|
||||
Escape(hdc, mr->rdParm[0], mr->rdParm[1], (LPCSTR)&mr->rdParm[2], NULL);
|
||||
break;
|
Loading…
Reference in new issue