j
k
j a
j l
Andrew Eikum aeikum@codeweavers.com wrote:
+#define IS_WIN9X() (GetVersion() & 0x80000000)
...
if (IS_WIN9X()) /* win9x doesn't support world transforms */ return;
/* win9x doesn't support world transforms */
return;
The tests are supposed to get rid of win9x checks, not add new ones.
Back to the thread
Back to the list