ifdef out the syncIOManager export on Windows; fixes the build
authorIan Lynagh <igloo@earth.li>
Fri, 20 Feb 2009 17:34:14 +0000 (17:34 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 20 Feb 2009 17:34:14 +0000 (17:34 +0000)
GHC/Conc.lhs

index 7e8b916..25eef9f 100644 (file)
@@ -92,7 +92,9 @@ module GHC.Conc
 #endif
 
         , ensureIOManagerIsRunning
+#ifndef mingw32_HOST_OS
         , syncIOManager
+#endif
 
 #ifdef mingw32_HOST_OS
         , ConsoleEvent(..)