X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=6afa536cab2386fc6ca3956c5c1b655bd6eb90ed;hb=02203cb8aff4be6a094b7a9ded867c3b5d743d77;hp=7af093cb6aa67c46881ab4b770a96cfffccabb96;hpb=750d1a3c6f420b042ea5e1b0c8963648a6422b57;p=nssm.git diff --git a/registry.h b/registry.h index 7af093c..6afa536 100644 --- a/registry.h +++ b/registry.h @@ -23,6 +23,7 @@ #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_REG_PRIORITY _T("AppPriority") #define NSSM_STDIO_LENGTH 29 HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam);