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.
This commit is contained in:
Przemyslaw Czerpak
2010-05-04 12:10:25 +00:00
parent 483d27c9c1
commit 0ae64fb856
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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 )
{