2009-02-06 11:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/vm/estack.c
    ! added missing HB_STACK_TLS_PRELOAD
This commit is contained in:
Przemyslaw Czerpak
2009-02-06 10:26:07 +00:00
parent 75890d9bb2
commit 99b03e457d
2 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-06 11:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/estack.c
! added missing HB_STACK_TLS_PRELOAD
2009-02-06 11:26 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/philes.c
* harbour/source/rtl/dirdrive.c

View File

@@ -394,6 +394,10 @@ void hb_stackIdSetActionRequest( void * pStackId, USHORT uiAction )
#undef hb_stackDynHandlesCount
int hb_stackDynHandlesCount( void )
{
HB_STACK_TLS_PRELOAD
HB_TRACE(HB_TR_DEBUG, ("hb_stackDynHandlesCount()"));
return hb_stack.iDynH;
}