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:
@@ -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
|
||||
|
||||
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user