j
k
j a
j l
Bruno Jesus 00cpxxx@gmail.com wrote:
if ((GetVersion() & 0xFF) < 5) win9x.is = TRUE;
if ((GetVersion() & 0xFF) < 5)
win9x.is = TRUE;
A more correct check for win9x would be
if ((GetVersion() & 0x80000000) win9x.is = TRUE;
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites