kernel32: Make CopyFile() call CopyFileEx() instead of the other way around.
[wine] / dlls / gdiplus / metafile.c
2012-11-01  Vincent Povirkgdiplus: Reimplement GdipCreateMetafileFromEmf without...
2012-07-17  Dmitry Timoshkovgdiplus: Use public ColorPalette structure to store...
2011-07-08  Vincent Povirkgdiplus: Implement GdipPlayMetafileRecord for EMF records.
2011-07-08  Vincent Povirkgdiplus: Implement GetDC for metafiles.
2011-07-08  Vincent Povirkgdiplus: Stub GdipPlayMetafileRecord.
2011-06-22  Vincent Povirkgdiplus: Properly clean up the new metafile data.
2011-05-23  Vincent Povirkgdiplus: Implement GdipEnumerateMetafileSrcRectDestPoints.
2011-05-23  Vincent Povirkgdiplus: Add test for metafile enumeration.
2011-05-23  Vincent Povirkgdiplus: Add basic metafile recording support.