2008-09-23 14:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/rddads/adsmgmnt.c
    * Minor.
This commit is contained in:
Viktor Szakats
2008-09-23 12:50:35 +00:00
parent 454b3b49e0
commit f237b5c86c
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 14:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/rddads/adsmgmnt.c
* Minor.
2008-09-23 14:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbole/ole2.c
* contrib/hbgf/hbgfwin/winapi.c

View File

@@ -82,7 +82,7 @@ HB_FUNC( ADSMGGETHANDLE )
HB_FUNC( ADSMGSETHANDLE )
{
s_hMgmtHandle = hb_parnl( 1 );
hb_retl( 1 );
hb_retl( TRUE );
}
HB_FUNC( ADSMGKILLUSER )