You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
395 B
C

22 years ago
#ifndef NSSM_H
#define NSSM_H
#define _WIN32_WINNT 0x0500
#include <stdarg.h>
#include <stdio.h>
#include <windows.h>
#include "event.h"
#include "messages.h"
22 years ago
#include "registry.h"
#include "service.h"
#include "gui.h"
19 years ago
int str_equiv(const char *, const char *);
22 years ago
#define NSSM "nssm"
15 years ago
#define NSSM_VERSION "2.2"
#define NSSM_DATE "2010-04-04"
22 years ago
#define NSSM_RUN "run"
#endif