]> granicus.if.org Git - icinga2/commitdiff
Build fix for Windows
authorGunnar Beutner <gunnar@beutner.name>
Mon, 10 Aug 2015 13:38:45 +0000 (15:38 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Mon, 10 Aug 2015 13:38:45 +0000 (15:38 +0200)
lib/base/application.cpp

index 435a8c655201accacb7e9a9a9baf291982d228e6..785ed6333c74d435114c4fb2b96493bfd3eeefdc 100644 (file)
@@ -732,6 +732,7 @@ void Application::AttachDebugger(const String& filename, bool interactive)
 #endif /* _WIN32 */
 }
 
+#ifndef _WIN32
 /**
  * Signal handler for SIGINT and SIGTERM. Prepares the application for cleanly
  * shutting down during the next execution of the event loop.
@@ -752,6 +753,7 @@ void Application::SigIntTermHandler(int signum)
 
        instance->RequestShutdown();
 }
+#endif /* _WIN32 */
 
 /**
  * Signal handler for SIGUSR1. This signal causes Icinga to re-open