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