Changeset 1437
- Timestamp:
- May 4, 2004, 1:54:10 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/sys/__initdll.c
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r1436 r1437 82 82 _sys_gcbVirtualAddressLimit = 0; 83 83 if ( !DosQuerySysInfo(QSV_VIRTUALADDRESSLIMIT, QSV_VIRTUALADDRESSLIMIT, &aul[0], sizeof(aul[0])) 84 && aul[0] > 512) 84 && aul[0] > 512 85 && ( (_osmajor == 20 && _osminor > 40) 86 || _osmajor > 20 /* yeah, sure! */) ) 85 87 _sys_gcbVirtualAddressLimit = aul[0] * 1024*1024; 86 88 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.