Windows service fix -- it helps if we actually launch the control socket thing.

This commit is contained in:
Adam Ierymenko 2014-10-29 23:57:54 -07:00
parent 8bd9f7d51d
commit 5ca20da7af
3 changed files with 15 additions and 6 deletions

View file

@ -31,6 +31,8 @@
#include <string>
#include <vector>
#include "../node/Constants.hpp"
#ifdef __WINDOWS__
#define ZT_IPC_ENDPOINT_BASE "\\\\.\\pipe\\ZeroTierOne-"
#else