6 Jun
2011
6 Jun
'11
10:50 a.m.
In NT4 mode: (osver.dwMajorVersion>= 5) is FALSE. (osver.dwPlatformId != VER_PLATFORM_WIN32_WINDOWS) is TRUE. (osver.dwMajorVersion>= 5 || osver.dwPlatformId != VER_PLATFORM_WIN32_WINDOWS) is TRUE. Right?
Ah, right. Wrong with this comment, sorry about that. But my original comment remains: why not just check dwPlatformId? --Juan