Re: [PATCH] gdi32: Update metafile world transform immediately in winnt mode
27 Jul
2017
27 Jul
'17
5:07 a.m.
Andrew Eikum <aeikum(a)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.
27 Jul
27 Jul
12:47 p.m.
New subject: [PATCH] gdi32: Update metafile world transform immediately in winnt mode
On Thu, Jul 27, 2017 at 01:07:20PM +0800, Dmitry Timoshkov wrote:
Andrew Eikum <aeikum(a)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.
OK, I'll remove them and resend. Andrew
3066
Age (days ago)
3066
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew Eikum -
Dmitry Timoshkov