Disable service management in UI -- installer should automatically start service and this is annoying for testing purposes.

This commit is contained in:
Adam Ierymenko 2014-08-19 18:14:50 -07:00
parent 351b7f3a09
commit 17ebd0afc7

View File

@ -43,7 +43,7 @@
#include "../node/Defaults.hpp"
// Uncomment for testing to disable making sure Windows service is running
//#define DISABLE_WINDOWS_SERVICE_MANAGEMENT
#define DISABLE_WINDOWS_SERVICE_MANAGEMENT
#ifdef __WINDOWS__
#include <WinSock2.h>