2011-05-13 17:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbwin/win_svc.c
    ! typo in prev
This commit is contained in:
Viktor Szakats
2011-05-13 15:41:52 +00:00
parent d8ad68659a
commit f78e9abc5c
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-05-13 17:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/win_svc.c
! typo in prev
2011-05-13 17:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/hbwin.ch
* contrib/hbwin/win_svc.c

View File

@@ -223,7 +223,7 @@ HB_FUNC( WIN_SERVICEINSTALL )
lpDisplayName, /* service name to display */
SERVICE_ALL_ACCESS, /* desired access */
SERVICE_WIN32_OWN_PROCESS, /* service type */
HB_ISNUM( 3 ) ? ( DWORD ) hb_parnl( 3 ) : SERVICE_DEMAND_START,
HB_ISNUM( 4 ) ? ( DWORD ) hb_parnl( 4 ) : SERVICE_DEMAND_START,
/* start type */
SERVICE_ERROR_NORMAL, /* error control type */
lpPath, /* path to service's binary */