diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 567093aae1..3678577412 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-05-04 14:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/src/vm/thread.c + ! fixed problem with OS2 GCC builds reported by David. + 2010-05-04 02:30 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/qth/HBQPlainTextEdit.qth * contrib/hbqt/doc/en/class_hbqplaintextedit.txt diff --git a/harbour/src/vm/thread.c b/harbour/src/vm/thread.c index 98660dc76f..0b7983ef6c 100644 --- a/harbour/src/vm/thread.c +++ b/harbour/src/vm/thread.c @@ -440,7 +440,7 @@ static HB_BOOL _hb_thread_cond_wait( HB_COND_T * cond, HB_RAWCRITICAL_T * critic } #endif -#if defined( HB_OS_OS2 ) && !defined( __GNUC__ ) +#if defined( HB_OS_OS2 ) #if 0 ULONG _hb_gettid( void ) {