diff options
-rw-r--r-- | win/win32service.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/win/win32service.h b/win/win32service.h index 162a7d66d..b6639a49b 100644 --- a/win/win32service.h +++ b/win/win32service.h @@ -1,10 +1,10 @@ -#ifndef _WIN32SERVICE_H_
-#define _WIN32SERVICE_H_
+#ifndef _WIN32SERVICE_H_ +#define _WIN32SERVICE_H_ /* Hook for win32service.cpp to exit properly with the service specific error code */ void SetServiceStopped(int status); -
-/* Marks the service as running, not called until the config is parsed */
-void SetServiceRunning();
-
+ +/* Marks the service as running, not called until the config is parsed */ +void SetServiceRunning(); + #endif
\ No newline at end of file |