Adam Martinson amartinson@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.