X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=registry.h;h=3e380b4ef4a22f665f5b1450ae35d0385e94341c;hb=a90eade7d022451e92bedcebe816651df7bf0d17;hp=bd8ee4146d366100cb9662403761c52a92f05835;hpb=f7f20a0b3ecbb0e1a2eb59f95b50f0625b37c671;p=nssm.git diff --git a/registry.h b/registry.h index bd8ee41..3e380b4 100644 --- a/registry.h +++ b/registry.h @@ -35,6 +35,7 @@ #define NSSM_REG_NO_CONSOLE _T("AppNoConsole") #define NSSM_STDIO_LENGTH 29 +HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam, bool); HKEY open_registry(const TCHAR *, const TCHAR *, REGSAM sam); HKEY open_registry(const TCHAR *, REGSAM sam); int create_messages();