X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=7bf49b0bb1014082c2cdc1085344dca48f86b78c;hb=0dfa0fdb3a851b1ff69a0f0b308a3e1371286a57;hp=6d8e33db1f2fce57a6ca17d277d256d4010492a0;hpb=14d5a10605085a499136744b66936c75b6f0ccd4;p=nssm.git diff --git a/registry.h b/registry.h index 6d8e33d..7bf49b0 100644 --- a/registry.h +++ b/registry.h @@ -2,6 +2,8 @@ #define REGISTRY_H #define NSSM_REGISTRY _T("SYSTEM\\CurrentControlSet\\Services\\%s\\Parameters") +#define NSSM_REGISTRY_GROUPS _T("SYSTEM\\CurrentControlSet\\Control\\ServiceGroupOrder") +#define NSSM_REG_GROUPS _T("List") #define NSSM_REG_EXE _T("Application") #define NSSM_REG_FLAGS _T("AppParameters") #define NSSM_REG_DIR _T("AppDirectory")