[PATCH] gdi32: Update metafile world transform immediately in winnt mode

Dmitry Timoshkov dmitry at baikal.ru
Thu Jul 27 00:07:20 CDT 2017


Andrew Eikum <aeikum at codeweavers.com> wrote:

> +#define IS_WIN9X() (GetVersion() & 0x80000000)
...
> +    if (IS_WIN9X())
> +        /* win9x doesn't support world transforms */
> +        return;

The tests are supposed to get rid of win9x checks, not add new ones.

-- 
Dmitry.



More information about the wine-devel mailing list