mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Enable NT service code by default
svn:r3780
This commit is contained in:
parent
19b4dbc6d2
commit
b004eda10c
@ -84,7 +84,10 @@ int has_fetched_directory=0;
|
|||||||
* entry to inform the user that Tor is working. */
|
* entry to inform the user that Tor is working. */
|
||||||
int has_completed_circuit=0;
|
int has_completed_circuit=0;
|
||||||
|
|
||||||
/* #define MS_WINDOWS_SERVICE */
|
#ifdef MS_WINDOWS
|
||||||
|
#define MS_WINDOWS_SERVICE
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef MS_WINDOWS_SERVICE
|
#ifdef MS_WINDOWS_SERVICE
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
#define GENSRV_SERVICENAME TEXT("tor")
|
#define GENSRV_SERVICENAME TEXT("tor")
|
||||||
|
Loading…
Reference in New Issue
Block a user