[1/3] kernel32/heap: Emulate Win9x if appropriate in GlobalMemoryStatusEx(). (resend)

Dmitry Timoshkov dmitry at baikal.ru
Thu Jun 2 15:10:10 CDT 2011


Adam Martinson <amartinson at codeweavers.com> wrote:

> +    osver.dwOSVersionInfoSize = sizeof(osver);
> +    GetVersionExW(&osver);
> +
...
> +    if (osver.dwMajorVersion >= 5)

Once again, that's wrong way of detecting win9x, or please try to explain
better how the patch does what the subject describes, and for which app
it's needed.

-- 
Dmitry.



More information about the wine-devel mailing list