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:
@@ -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
|
||||
|
||||
@@ -280,7 +280,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef HB_OS_BEOS
|
||||
#if defined( __HAIKU__ )
|
||||
#if defined( __HAIKU__ ) || defined( __BEOS__ )
|
||||
#define HB_OS_BEOS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user