summaryrefslogtreecommitdiff
path: root/win/win32service.h
diff options
context:
space:
mode:
authorRobin Burchell <viroteck@viroteck.net>2012-04-15 12:53:52 -0700
committerRobin Burchell <viroteck@viroteck.net>2012-04-15 12:53:52 -0700
commit76619990ad82501afc95d0c76f057a2841862de9 (patch)
treed656853eda2ca9e566537647a43d0ed9aa4cd561 /win/win32service.h
parentc3c98c05d88fcb24feb3e52cc77bd34425870b15 (diff)
parent9ebd9cba72056c5b36696e166826afb981f25ebb (diff)
Merge pull request #55 from Justasic/insp20
[2.0] Fixes for bug #12
Diffstat (limited to 'win/win32service.h')
-rw-r--r--win/win32service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/win32service.h b/win/win32service.h
index b6639a49b..99e1c7533 100644
--- a/win/win32service.h
+++ b/win/win32service.h
@@ -1,5 +1,5 @@
-#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);
@@ -7,4 +7,4 @@ void SetServiceStopped(int status);
/* Marks the service as running, not called until the config is parsed */
void SetServiceRunning();
-#endif \ No newline at end of file
+#endif