Re: [PATCH] winmm: Use a thread to send driver messages on Win9x
Dec. 1, 2016
12:52 a.m.
Bruno Jesus <00cpxxx(a)gmail.com> wrote:
+ if ((GetVersion() & 0xFF) < 5) + win9x.is = TRUE;
A more correct check for win9x would be if ((GetVersion() & 0x80000000) win9x.is = TRUE; -- Dmitry.
3401
Age (days ago)
3401
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov