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.
This commit is contained in:
Przemyslaw Czerpak
2012-03-21 13:04:49 +00:00
parent f2e59c30de
commit 232c295360
2 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -2600,6 +2600,7 @@ HB_FUNC( HB_MUTEXEVAL )
if( pEval )
{
HB_STACK_TLS_PRELOAD
int iPCount = hb_pcount(), iParam;
if( hb_threadMutexLock( pItem ) )