2011-08-08 12:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/hbwin/olecore.c
    ! typo in previous commit
This commit is contained in:
Przemyslaw Czerpak
2011-08-08 10:25:36 +00:00
parent b814c028a8
commit 2e95027e6a
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-08-08 12:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbwin/olecore.c
! typo in previous commit
2011-08-08 12:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/hbcomhb.c
* indenting

View File

@@ -1299,7 +1299,7 @@ static void FreeParams( DISPPARAMS * dispparam )
HB_FUNC( __OLEISDISP )
{
hb_retl( hb_oleItemGet( hb_param( 1, HB_IT_ANY ) ) != NIL );
hb_retl( hb_oleItemGet( hb_param( 1, HB_IT_ANY ) ) != NULL );
}
HB_FUNC( __OLECREATEOBJECT ) /* ( cOleName | cCLSID [, cIID ] ) */