X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=f500a33798547211f61711dc3d2ffa3189886ad1;hb=6adc886e1fa296f67aacef0c01994e302e8caf86;hp=f95391d12a65f1c4a0e5523b9f8dbdecd918f2e1;hpb=2f2f64b07611fe0709bf4d502de7cac292dc1975;p=nssm.git diff --git a/nssm.h b/nssm.h index f95391d..f500a33 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,6 +59,7 @@ #include "settings.h" #include "io.h" #include "gui.h" +#endif int str_equiv(const TCHAR *, const TCHAR *); void strip_basename(TCHAR *); @@ -60,6 +67,8 @@ int str_number(const TCHAR *, unsigned long *, TCHAR **); int str_number(const TCHAR *, unsigned long *); int num_cpus(); int usage(int); +const TCHAR *nssm_unquoted_imagepath(); +const TCHAR *nssm_imagepath(); #define NSSM _T("NSSM") #ifdef _WIN64