]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/win32service.h
work in progress
[user/henk/code/inspircd.git] / include / win32service.h
1 #ifndef _WIN32SERVICE_H_\r
2 #define _WIN32SERVICE_H_\r
3
4 /* Hook for win32service.cpp to exit properly with the service specific error code */
5 #define exit(a) newexit(a)
6 void newexit(int status);
7 \r
8 /* Marks the service as running, not called until the config is parsed */\r
9 void SetServiceRunning();\r
10 \r
11 #endif