summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mir_core/src/modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/src/modules.cpp b/src/mir_core/src/modules.cpp
index a462d456f4..519e28f85a 100644
--- a/src/mir_core/src/modules.cpp
+++ b/src/mir_core/src/modules.cpp
@@ -511,7 +511,7 @@ MIR_CORE_DLL(int) DestroyServiceFunction(HANDLE hService)
return 0;
}
-MIR_CORE_DLL(int) ServiceExists(const char *name)
+MIR_CORE_DLL(bool) ServiceExists(const char *name)
{
if (name == NULL)
return FALSE;