diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-24 23:45:09 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-24 23:45:09 +0000 |
commit | 2e9a32349fe923d8f09f3a0cb64528fa74412273 (patch) | |
tree | 15a1c4aca3b28be072c24c849f148ec63d6aedee | |
parent | 392ff5ef8fdac46d5f0a28d3fd12f25a7c541ddf (diff) |
EWW windows linefeeds
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10260 e03df62e-2008-0410-955e-edbf42e46eb7
-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 |