X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=600c1886b543df5e6e8982f98b6aa6547768b20c;hb=a02019297db435c1de6846fd0387a53335f4289e;hp=ffdf3d661cd57676f07c124c240b2f259af37186;hpb=5b9e64a9ae1fbf1254c9c246e5b123d3aa77a37a;p=nssm.git diff --git a/registry.h b/registry.h index ffdf3d6..600c188 100644 --- a/registry.h +++ b/registry.h @@ -19,6 +19,10 @@ #define NSSM_REG_STDIO_SHARING _T("ShareMode") #define NSSM_REG_STDIO_DISPOSITION _T("CreationDisposition") #define NSSM_REG_STDIO_FLAGS _T("FlagsAndAttributes") +#define NSSM_REG_ROTATE _T("AppRotateFiles") +#define NSSM_REG_ROTATE_SECONDS _T("AppRotateSeconds") +#define NSSM_REG_ROTATE_BYTES_LOW _T("AppRotateBytes") +#define NSSM_REG_ROTATE_BYTES_HIGH _T("AppRotateBytesHigh") #define NSSM_STDIO_LENGTH 29 int create_messages();