-
efe99ab1
by Dmitry Timoshkov at 2025-02-22T20:51:39+01:00
oleaut32/tests: Add some tests for loading and saving EMF using IPicture interface.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
7aeaaeab
by Dmitry Timoshkov at 2025-02-22T20:51:39+01:00
oleaut32: Add support for loading and saving EMF to IPicture interface.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=40523.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
1396b646
by Dmitry Timoshkov at 2025-02-22T20:51:39+01:00
oleaut32: Implement a better stub for IPicture::SaveAsFile.
Based on OLEPictureImpl_Save implementation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=8532
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
e42904c9
by Sebastian Lackner at 2025-02-22T20:51:39+01:00
oleaut32: Implement SaveAsFile for PICTYPE_ENHMETAFILE.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>