[PATCH 4/4] gdi32: Add tests for the GetWinMetaFileBits MFCOMMENT record.

Paul Vriens paul.vriens.wine at gmail.com
Tue Jun 30 05:40:54 CDT 2009


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.



More information about the wine-devel mailing list