From 0ae64fb856a1076e6a138d2ab800467c550d124f Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 4 May 2010 12:10:25 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 4 ++++ harbour/src/vm/thread.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 ) {