Re: [PATCH 4/4] gdi32: Add tests for the GetWinMetaFileBits MFCOMMENT record.
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. -- Cheers, Paul.
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.
participants (2)
-
Huw Davies -
Paul Vriens