remove msvc and NSIS project files

fix some windows build warnings
This commit is contained in:
R4SAS 2017-06-11 09:29:31 +03:00
parent f6d3a6239c
commit 629261c4be
20 changed files with 23 additions and 1530 deletions

View file

@ -7,10 +7,10 @@
#ifdef _WIN32
// Internal name of the service
#define SERVICE_NAME "i2pService"
#define SERVICE_NAME "i2pdService"
// Displayed name of the service
#define SERVICE_DISPLAY_NAME "i2p router service"
#define SERVICE_DISPLAY_NAME "i2pd router service"
// Service start options.
#define SERVICE_START_TYPE SERVICE_DEMAND_START