diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 56e9ba1b81..fa82092d7c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-10-28 10:43 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/vm/hvm.c + ! added missing HB_STACK_PRELOAD + 2008-10-28 10:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/copyfile.c ! Fixed hb_fsCopy() name collision with static function. diff --git a/harbour/source/vm/hvm.c b/harbour/source/vm/hvm.c index c7c8c4acfc..66bfcee4f8 100644 --- a/harbour/source/vm/hvm.c +++ b/harbour/source/vm/hvm.c @@ -10318,6 +10318,7 @@ HB_EXPORT void hb_xvmPushLongLong( LONGLONG llNumber ) HB_EXPORT void hb_xvmPushStringHidden( int iMethod, const char * szText, ULONG ulSize ) { + HB_STACK_TLS_PRELOAD char * szString; HB_TRACE(HB_TR_DEBUG, ("hb_xvmPushStringHidden(%d, %s, %lu)", iMethod, szText, ulSize));