2008-09-23 06:51 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* harbour/contrib/hbwin/win_ole.c
    % hb_vmPushDynDym() => hb_vmPushDynSym()
This commit is contained in:
Pritpal Bedi
2008-09-23 13:53:11 +00:00
parent c8d341cefb
commit 337b4d3602
2 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -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 );