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:
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user