2011-04-19 17:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* include/harbour.hbx
  * src/rtl/version.c
    * Renamed recently added function HB_OSBITWIDTH() to HB_OSIS64BIT()
This commit is contained in:
Viktor Szakats
2011-04-19 15:55:35 +00:00
parent 57db174dd0
commit 54463d9f13
3 changed files with 8 additions and 3 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-04-19 17:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/harbour.hbx
* src/rtl/version.c
* Renamed recently added function HB_OSBITWIDTH() to HB_OSIS64BIT()
2011-04-19 16:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/filesys.c
! fixed typo in HB_TR_DEBUG message - thanks to Tamas

View File

@@ -661,10 +661,10 @@ DYNAMIC HB_NTOS
DYNAMIC HB_NTOT
DYNAMIC HB_NUMTOHEX
DYNAMIC HB_OEMTOANSI
DYNAMIC HB_OSBITWIDTH
DYNAMIC HB_OSDRIVESEPARATOR
DYNAMIC HB_OSERROR
DYNAMIC HB_OSFILEMASK
DYNAMIC HB_OSIS64BIT
DYNAMIC HB_OSISWIN2K
DYNAMIC HB_OSISWIN9X
DYNAMIC HB_OSISWINCE

View File

@@ -174,9 +174,9 @@ HB_FUNC( HB_VERSION )
}
}
HB_FUNC( HB_OSBITWIDTH )
HB_FUNC( HB_OSIS64BIT )
{
hb_retni( hb_verHostBitWidth() );
hb_retl( hb_verHostBitWidth() >= 64 );
}
HB_FUNC( HB_OSISWIN9X )