2008-10-28 10:43 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/hvm.c
! added missing HB_STACK_PRELOAD
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user