http://bugs.winehq.org/show_bug.cgi?id=8492
------- Additional Comments From focht@gmx.net 2007-25-05 02:45 ------- Hello,
judging from the header magic 0x9ac6cdd7 this seems to be Microsoft Windows Metafile (WMF). More info at:
http://wvware.sourceforge.net/caolan/ora-wmf.html
Looking at the oleaut32/olepicture.c code it seems there are already PICTYPE_METAFILE and PICTYPE_ENHMETAFILE cases which are stubs for now. I think there exist some open source code for this formats (open office and the like). So this shouldnt be that hard to support ...
Regards