From 789fd23d77f63ec786b351792fb343319f19f0f7 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 4 Feb 2013 09:58:45 +0100 Subject: [PATCH] Windows build fix. --- icinga-app/icinga.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index 8b70cfec6..e7f3104cd 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -102,6 +102,7 @@ static bool LoadConfigFiles(void) } +#ifndef _WIN32 static void ReloadConfigTimerHandler(void) { if (g_ReloadConfig) { @@ -117,6 +118,7 @@ static void SigHupHandler(int signum) g_ReloadConfig = true; } +#endif /* _WIN32 */ /** * Entry point for the Icinga application. -- 2.40.0