See ChangeLog entry 19990602-20:45 EDT David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
1999-06-03 01:48:29 +00:00
parent f1263fb37e
commit e2f0e0558c
2 changed files with 7 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
19990602-20:45 EDT David G. Holm <dholm@jsd-llc.com>
* source/rtl/environ.c
- Modified #ifdef _Windows section to return "Windows"
instead of "Windows 95/98".
19990602-18:20 EDT David G. Holm <dholm@jsd-llc.com>
* source/rtl/strings.c
- Changed if( lLen > lSubLen ) to if( lLen >= lSubLen )

View File

@@ -54,15 +54,8 @@ HARBOUR OS()
#if defined(__TURBOC__) || defined(__BORLANDC__) || defined(__MSC__)
#if defined(_Windows)
hb_os = "Windows 95/98";
/* _AX = 0x160A;
geninterrupt(0x2F);
if(_AX == 0)
{ */
hb_osmajor = _osmajor ; /* _BX / 256; */
hb_osminor = _osminor ; /* _BX % 256; */
hb_osletter = 0;
/* } */
/* TODO: Determine the Windows type (32s/95/98/NT) and version */
hb_os = "Windows";
#else
/* detect OS/2 */
if(_osmajor >= 10)