diff --git a/Utility/Daemon.hs b/Utility/Daemon.hs index 2bf857f7eb..d4f060e6bb 100644 --- a/Utility/Daemon.hs +++ b/Utility/Daemon.hs @@ -8,7 +8,9 @@ {-# LANGUAGE CPP #-} module Utility.Daemon ( +#ifndef mingw32_HOST_OS daemonize, +#endif foreground, checkDaemon, stopDaemon,