diff options
Diffstat (limited to 'win/win32service.h')
-rw-r--r-- | win/win32service.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/win32service.h b/win/win32service.h index 93c9c8e09..162a7d66d 100644 --- a/win/win32service.h +++ b/win/win32service.h @@ -2,8 +2,7 @@ #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); +void SetServiceStopped(int status); /* Marks the service as running, not called until the config is parsed */
void SetServiceRunning();
|