On Tue, Jun 30, 2009 at 12:40:54PM +0200, Paul Vriens wrote:
Huw Davies wrote:
dlls/gdi32/tests/metafile.c | 80 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 80 insertions(+), 0 deletions(-)
Hi Huw,
Could you use CreateEnhMetaFileA here:
- SetRect(&rc, 1000,2000, 3000, 6000);
- emf_dc = CreateEnhMetaFileW(display_dc, NULL, &rc, NULL);
The W-version is not implemented on Win9x so this test would crash.
Hi Paul,
Yup, resent. Thanks!
Huw.