Changeset 1438


Ignore:
Timestamp:
May 4, 2004, 3:12:44 PM (21 years ago)
Author:
bird
Message:

don't have test system, include 40 too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/__initdll.c

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r1437 r1438  
    8383    if (    !DosQuerySysInfo(QSV_VIRTUALADDRESSLIMIT, QSV_VIRTUALADDRESSLIMIT, &aul[0], sizeof(aul[0]))
    8484        &&  aul[0] > 512
    85         &&  (   (_osmajor == 20 && _osminor > 40)
     85        &&  (   (_osmajor == 20 && _osminor >= 40)
    8686             || _osmajor > 20 /* yeah, sure! */) )
    8787        _sys_gcbVirtualAddressLimit = aul[0] * 1024*1024;
Note: See TracChangeset for help on using the changeset viewer.