Re: [1/3] kernel32/heap: Emulate Win9x if appropriate in GlobalMemoryStatusEx().
31 May
2011
31 May
'11
5:09 p.m.
Adam Martinson <amartinson(a)codeweavers.com> wrote:
+ if (osver.dwMajorVersion >= 5)
That's a wrong check for win9x. -- Dmitry.
31 May
31 May
5:16 p.m.
New subject: [1/3] kernel32/heap: Emulate Win9x if appropriate in GlobalMemoryStatusEx().
On 05/31/2011 12:09 PM, Dmitry Timoshkov wrote:
Adam Martinson<amartinson(a)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.
5399
Age (days ago)
5399
Last active (days ago)
1 comments
2 participants
participants (2)
-
Adam Martinson -
Dmitry Timoshkov