Adam Martinson amartinson@codeweavers.com wrote:
- if (osver.dwMajorVersion >= 5)
That's a wrong check for win9x.
On 05/31/2011 12:09 PM, Dmitry Timoshkov wrote:
Adam Martinsonamartinson@codeweavers.com wrote:
- if (osver.dwMajorVersion>= 5)
That's a wrong check for win9x.
It's not, it's a check for win2k and later, the stuff in that block isn't done for win9x.