summaryrefslogtreecommitdiff
path: root/win/win32service.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/win32service.h')
-rw-r--r--win/win32service.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/win/win32service.h b/win/win32service.h
index b33a53c28..e4500be13 100644
--- a/win/win32service.h
+++ b/win/win32service.h
@@ -15,12 +15,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
-#ifndef WIN32SERVICE_H
-#define WIN32SERVICE_H
+#pragma once
+#ifdef _WIN32
/* Hook for win32service.cpp to exit properly with the service specific error code */
-void SetServiceStopped(int status);
+void SetServiceStopped(unsigned long dwStatus);
/* Marks the service as running, not called until the config is parsed */
void SetServiceRunning();