David Bremner committed some fixes.
[nssm.git] / nssm.h
diff --git a/nssm.h b/nssm.h
index 911804f..f500a33 100644 (file)
--- a/nssm.h
+++ b/nssm.h
 #define DIR_LENGTH PATH_LENGTH - 12\r
 \r
 #define _WIN32_WINNT 0x0500\r
+\r
+#define APSTUDIO_HIDDEN_SYMBOLS\r
+#include <windows.h>\r
+#include <prsht.h>\r
+#undef APSTUDIO_HIDDEN_SYMBOLS\r
+#include <commctrl.h>\r
+#include <tchar.h>\r
+#ifndef NSSM_COMPILE_RC\r
 #include <fcntl.h>\r
 #include <io.h>\r
 #include <shlwapi.h>\r
 #include <stdarg.h>\r
 #include <stdio.h>\r
-#include <tchar.h>\r
-#include <windows.h>\r
 #include "service.h"\r
 #include "account.h"\r
 #include "console.h"\r
@@ -53,6 +59,7 @@
 #include "settings.h"\r
 #include "io.h"\r
 #include "gui.h"\r
+#endif\r
 \r
 int str_equiv(const TCHAR *, const TCHAR *);\r
 void strip_basename(TCHAR *);\r