NSSM 2.2.
[nssm.git] / nssm.h
1 #ifndef NSSM_H\r
2 #define NSSM_H\r
3 \r
4 #define _WIN32_WINNT 0x0500\r
5 #include <stdarg.h>\r
6 #include <stdio.h>\r
7 #include <windows.h>\r
8 #include "event.h"\r
9 #include "registry.h"\r
10 #include "service.h"\r
11 #include "gui.h"\r
12 \r
13 int str_equiv(const char *, const char *);\r
14 \r
15 #define NSSM "nssm"\r
16 #define NSSM_VERSION "2.2"\r
17 #define NSSM_DATE "2010-04-04"\r
18 #define NSSM_RUN "run"\r
19 \r
20 #endif\r