X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=nssm.h;h=5709bd6aa0bb693bdbd1cfcb7eafad2e6de5baa9;hb=d1c0d356f6ea58980a33f2fa2da1b6971dd9f909;hp=911804fb6fc2d460590949eb35219ab47e2699cb;hpb=4c25687ee744780127150e22640df47931d139a9;p=nssm.git diff --git a/nssm.h b/nssm.h index 911804f..5709bd6 100644 --- a/nssm.h +++ b/nssm.h @@ -33,13 +33,19 @@ #define DIR_LENGTH PATH_LENGTH - 12 #define _WIN32_WINNT 0x0500 + +#define APSTUDIO_HIDDEN_SYMBOLS +#include +#include +#undef APSTUDIO_HIDDEN_SYMBOLS +#include +#include +#ifndef NSSM_COMPILE_RC #include #include #include #include #include -#include -#include #include "service.h" #include "account.h" #include "console.h" @@ -53,8 +59,10 @@ #include "settings.h" #include "io.h" #include "gui.h" +#endif int str_equiv(const TCHAR *, const TCHAR *); +int quote(const TCHAR *, TCHAR *, size_t); void strip_basename(TCHAR *); int str_number(const TCHAR *, unsigned long *, TCHAR **); int str_number(const TCHAR *, unsigned long *); @@ -62,6 +70,7 @@ int num_cpus(); int usage(int); const TCHAR *nssm_unquoted_imagepath(); const TCHAR *nssm_imagepath(); +const TCHAR *nssm_exe(); #define NSSM _T("NSSM") #ifdef _WIN64