From 39b0d7abef04293526d7624641a0cedecc701ad7 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Fri, 11 Dec 2009 03:37:42 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 4 ++++ harbour/src/vm/thread.c | 1 + 2 files changed, 5 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e9780384d9..b75f9ed171 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/src/vm/thread.c b/harbour/src/vm/thread.c index 81f5349289..e13ce7c5f6 100644 --- a/harbour/src/vm/thread.c +++ b/harbour/src/vm/thread.c @@ -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 ) )