diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3d58f73a26..8def0e0ef8 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-09-23 06:51 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * harbour/contrib/hbwin/win_ole.c + % hb_vmPushDynDym() => hb_vmPushDynSym() + 2008-09-23 15:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/codebloc.c * updated old and not longer valid comment diff --git a/harbour/contrib/hbwin/win_ole.c b/harbour/contrib/hbwin/win_ole.c index 2d1c688581..dfdf4cede2 100644 --- a/harbour/contrib/hbwin/win_ole.c +++ b/harbour/contrib/hbwin/win_ole.c @@ -458,7 +458,7 @@ HB_EXPORT void hb_oleItemToVariant( VARIANT *pVariant, PHB_ITEM pItem ) { IDispatch *pDisp;/* = NULL;*/ - hb_vmPushDynDym( s_pSym_hObj ); + hb_vmPushDynSym( s_pSym_hObj ); hb_vmPush( pItem ); hb_vmSend( 0 );