X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=bbdad99a10ed826443761030f30c5aeec84cc1ee;hb=293f2a969fcda19b59436269cba68d748270de3e;hp=af8380ea48c9330428d3e5a233ea3c14eb54665a;hpb=63363fbc93ec23e1673113029e819c1a55dd7967;p=nssm.git diff --git a/nssm.h b/nssm.h index af8380e..bbdad99 100644 --- a/nssm.h +++ b/nssm.h @@ -2,6 +2,7 @@ #define NSSM_H #define _WIN32_WINNT 0x0500 +#include #include #include #include @@ -15,9 +16,8 @@ int str_equiv(const char *, const char *); #define NSSM "nssm" -#define NSSM_VERSION "2.7" -#define NSSM_DATE "2011-01-25" -#define NSSM_RUN "run" +#define NSSM_VERSION "2.15" +#define NSSM_DATE "2012-07-19" /* MSDN says the commandline in CreateProcess() is limited to 32768 characters @@ -34,7 +34,7 @@ int str_equiv(const char *, const char *); /* Throttle the restart of the service if it stops before this many - milliseconds have elapsed since startup. + milliseconds have elapsed since startup. Override in registry. */ #define NSSM_RESET_THROTTLE_RESTART 1500