j
k
j a
j l
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.
Back to the thread
Back to the list