nssm.h 326 B

123456789101112131415161718
  1. #ifndef NSSM_H
  2. #define NSSM_H
  3. #define _WIN32_WINNT 0x0500
  4. #include <stdarg.h>
  5. #include <stdio.h>
  6. #include <windows.h>
  7. #include "event.h"
  8. #include "registry.h"
  9. #include "service.h"
  10. #include "gui.h"
  11. #define NSSM "nssm"
  12. #define NSSM_VERSION "1.0"
  13. #define NSSM_DATE "2003-05-30"
  14. #define NSSM_RUN "run"
  15. #endif