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

Huw Davies huw at codeweavers.com
Tue Jun 30 05:49:53 CDT 2009


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.



More information about the wine-devel mailing list