2009-12-11 04:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/vm/thread.c
    ! added missing HB_STACK_TLS_PRELOAD
This commit is contained in:
Przemyslaw Czerpak
2009-12-11 03:37:42 +00:00
parent 12dc010686
commit 39b0d7abef
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-11 04:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/thread.c
! added missing HB_STACK_TLS_PRELOAD
2009-12-11 04:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapiitm.h
* harbour/src/vm/classes.c

View File

@@ -1504,6 +1504,7 @@ HB_FUNC( HB_THREADONCEINIT )
if( pItem && pValue && HB_ISBYREF( 1 ) && !HB_ISBYREF( 2 ) )
{
HB_STACK_TLS_PRELOAD
BOOL fInitialized = FALSE;
if( HB_IS_NIL( pItem ) && !HB_IS_NIL( pValue ) )