2009-09-17 10:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* include/hbsetup.h
    ! Added __BEOS__ check when detecting HB_OS_BEOS.
This commit is contained in:
Viktor Szakats
2009-09-17 08:50:40 +00:00
parent 7989154d5a
commit e8750758bc
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-17 10:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbsetup.h
! Added __BEOS__ check when detecting HB_OS_BEOS.
2009-09-17 10:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/rdd/usrrdd/rdds/arrayrdd.prg
* contrib/hbct/tests/datetime.prg

View File

@@ -280,7 +280,7 @@
#endif
#ifndef HB_OS_BEOS
#if defined( __HAIKU__ )
#if defined( __HAIKU__ ) || defined( __BEOS__ )
#define HB_OS_BEOS
#endif
#endif