summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/win32service.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/win32service.h b/include/win32service.h
deleted file mode 100644
index 93c9c8e09..000000000
--- a/include/win32service.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _WIN32SERVICE_H_
-#define _WIN32SERVICE_H_
-
-/* Hook for win32service.cpp to exit properly with the service specific error code */
-#define exit(a) newexit(a)
-void newexit(int status);
-
-/* Marks the service as running, not called until the config is parsed */
-void SetServiceRunning();
-
-#endif \ No newline at end of file