mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
don't list version in the win32 service display name or service name,
since they'll keep changing and people will get messed up about which one is installed. svn:r3592
This commit is contained in:
parent
dd0ee183b7
commit
c5c46d6fb6
@ -86,8 +86,8 @@ int has_completed_circuit=0;
|
||||
/* #define MS_WINDOWS_SERVICE */
|
||||
#ifdef MS_WINDOWS_SERVICE
|
||||
#include <tchar.h>
|
||||
#define GENSRV_SERVICENAME TEXT("tor-"VERSION)
|
||||
#define GENSRV_DISPLAYNAME TEXT("Tor "VERSION" Win32 Service")
|
||||
#define GENSRV_SERVICENAME TEXT("tor")
|
||||
#define GENSRV_DISPLAYNAME TEXT("Tor Win32 Service")
|
||||
#define GENSRV_DESCRIPTION TEXT("Provides an anonymous Internet communication system")
|
||||
SERVICE_STATUS service_status;
|
||||
SERVICE_STATUS_HANDLE hStatus;
|
||||
|
Loading…
Reference in New Issue
Block a user