From: Ian Lynagh Date: Fri, 20 Feb 2009 17:34:14 +0000 (+0000) Subject: ifdef out the syncIOManager export on Windows; fixes the build X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=956a642536df65fee1f7c3135f80898018e932cf;p=ghc-base.git ifdef out the syncIOManager export on Windows; fixes the build --- diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index 7e8b916..25eef9f 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -92,7 +92,9 @@ module GHC.Conc #endif , ensureIOManagerIsRunning +#ifndef mingw32_HOST_OS , syncIOManager +#endif #ifdef mingw32_HOST_OS , ConsoleEvent(..)