From 232c2953602fb5f0a709a1f56ba302fd40ef861f Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 21 Mar 2012 13:04:49 +0000 Subject: [PATCH] 2012-03-21 14:04 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/vm/thread.c ! added missin HB_STACK_TLS_PRELOAD - thanks to Rossine for info. --- harbour/ChangeLog | 4 ++++ harbour/src/vm/thread.c | 1 + 2 files changed, 5 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f041b3d0b4..32a57c87fa 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-03-21 14:04 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * harbour/src/vm/thread.c + ! added missin HB_STACK_TLS_PRELOAD - thanks to Rossine for info. + 2012-03-21 12:14 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/vm/thread.c + added support for optional parameters to hb_mutexEval() function: diff --git a/harbour/src/vm/thread.c b/harbour/src/vm/thread.c index 795e19ec53..b1c6b16e80 100644 --- a/harbour/src/vm/thread.c +++ b/harbour/src/vm/thread.c @@ -2600,6 +2600,7 @@ HB_FUNC( HB_MUTEXEVAL ) if( pEval ) { + HB_STACK_TLS_PRELOAD int iPCount = hb_pcount(), iParam; if( hb_threadMutexLock( pItem ) )