2009-11-28 13:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbwin/olecore.c
! fixed typo in last commit
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-11-28 13:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbwin/olecore.c
|
||||
! fixed typo in last commit
|
||||
|
||||
2009-11-28 13:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/vm/fm.c
|
||||
! fixed typo - thanks to Bill for info
|
||||
|
||||
@@ -598,7 +598,7 @@ void hb_oleVariantToItem( PHB_ITEM pItem, VARIANT* pVariant )
|
||||
( void** ) ( void * ) &pdispVal ) == S_OK )
|
||||
{
|
||||
hb_oleDispatchToItem( pItem, pdispVal );
|
||||
HB_VTBL( punkVal )->Release( HB_THIS( punkVal ) );
|
||||
HB_VTBL( pdispVal )->Release( HB_THIS( pdispVal ) );
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user