Include <windows.h> from service.h to make it self-contained
Remove now superfluous includes elsewhere.
This commit is contained in:
parent
dbef646f5d
commit
58e34ebe3d
3 changed files with 2 additions and 9 deletions
|
@ -34,6 +34,8 @@
|
|||
#ifndef SERVICE_H
|
||||
#define SERVICE_H
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#define DEFAULT_SERVICE_NAME "Empire Server"
|
||||
|
||||
extern int install_service(char *program_name, char *service_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue