[PATCH 1/3] gdi32/tests: Test BitBlt() to an enhanced metafile.

Dmitry Timoshkov dmitry at codeweavers.com
Sat Nov 21 10:20:44 CST 2009


"Charles Davis" <cdavis at mymail.mines.edu> wrote:

> +    if(1 || compare_emf_bits(hMetafile, EMF_BITBLT, sizeof(EMF_BITBLT),
> +        "emf_BitBlt", FALSE) != 0)
> +    {
> +        dump_emf_bits(hMetafile, "emf_BitBlt");
> +        dump_emf_records(hMetafile, "emf_BitBlt");
> +    }

You forgot to remove if (1).

-- 
Dmitry.



More information about the wine-devel mailing list