]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/win32service.h
Fix for bug #725, operprefix rank value conflicts with founder rank value, raise...
[user/henk/code/inspircd.git] / win / win32service.h
index 162a7d66dd452998926825cf1be53cd5758d0dee..b6639a49bfdb287f703a634b97d545a1348c495c 100644 (file)
@@ -1,10 +1,10 @@
-#ifndef _WIN32SERVICE_H_\r
-#define _WIN32SERVICE_H_\r
+#ifndef _WIN32SERVICE_H_
+#define _WIN32SERVICE_H_
 
 /* Hook for win32service.cpp to exit properly with the service specific error code */
 void SetServiceStopped(int status);
-\r
-/* Marks the service as running, not called until the config is parsed */\r
-void SetServiceRunning();\r
-\r
+
+/* Marks the service as running, not called until the config is parsed */
+void SetServiceRunning();
+
 #endif
\ No newline at end of file