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

Juan Lang juan.lang at gmail.com
Mon Jun 6 10:50:25 CDT 2011


> 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



More information about the wine-devel mailing list