mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
make nt service version match actual version
svn:r2968
This commit is contained in:
+2
-2
@@ -69,8 +69,8 @@ int has_completed_circuit=0;
|
||||
/* #define MS_WINDOWS_SERVICE */
|
||||
#ifdef MS_WINDOWS_SERVICE
|
||||
#include <tchar.h>
|
||||
#define GENSRV_SERVICENAME TEXT("tor-009pre6")
|
||||
#define GENSRV_DISPLAYNAME TEXT("Tor 0.0.9 pre6 Win32 Service")
|
||||
#define GENSRV_SERVICENAME TEXT("tor-"VERSION)
|
||||
#define GENSRV_DISPLAYNAME TEXT("Tor "VERSION" pre6 Win32 Service")
|
||||
SERVICE_STATUS service_status;
|
||||
SERVICE_STATUS_HANDLE hStatus;
|
||||
static char **backup_argv;
|
||||
|
||||
Reference in New Issue
Block a user