X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;fp=registry.h;h=f831f8967e33603f205a191e61b77b3d84b97232;hb=b5286398f850b432edbddc6d602ab3f33ab086be;hp=7bf49b0bb1014082c2cdc1085344dca48f86b78c;hpb=d340e13effcabebb9eed2ace2e7874eff683e13d;p=nssm.git diff --git a/registry.h b/registry.h index 7bf49b0..f831f89 100644 --- a/registry.h +++ b/registry.h @@ -16,6 +16,7 @@ #define NSSM_REG_KILL_CONSOLE_GRACE_PERIOD _T("AppStopMethodConsole") #define NSSM_REG_KILL_WINDOW_GRACE_PERIOD _T("AppStopMethodWindow") #define NSSM_REG_KILL_THREADS_GRACE_PERIOD _T("AppStopMethodThreads") +#define NSSM_REG_KILL_PROCESS_TREE _T("AppKillProcessTree") #define NSSM_REG_STDIN _T("AppStdin") #define NSSM_REG_STDOUT _T("AppStdout") #define NSSM_REG_STDERR _T("AppStderr")