X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=1734d4e72289a359bac6b1bd7734bead94f8e2e9;hb=c03d51cbbfe9f4f8a28dbabbfc068573a1842b74;hp=aa14e0076de08287a366043642d7689614d601e1;hpb=54438652fac1f4f8dc6120bbfa8aac766aa656d3;p=nssm.git diff --git a/registry.h b/registry.h index aa14e00..1734d4e 100644 --- a/registry.h +++ b/registry.h @@ -27,6 +27,7 @@ #define NSSM_REG_ROTATE_BYTES_HIGH _T("AppRotateBytesHigh") #define NSSM_REG_PRIORITY _T("AppPriority") #define NSSM_REG_AFFINITY _T("AppAffinity") +#define NSSM_REG_NO_CONSOLE _T("AppNoConsole") #define NSSM_STDIO_LENGTH 29 HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam);