we need GHC.Conc.ensureIOManagerIsRunning on Windows too
authorSimon Marlow <simonmar@microsoft.com>
Tue, 5 Dec 2006 16:24:35 +0000 (16:24 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 5 Dec 2006 16:24:35 +0000 (16:24 +0000)
rts/package.conf.in

index 2b2229b..0ccdb3c 100644 (file)
@@ -142,13 +142,11 @@ ld-options:
          , "-u", "base_GHCziWeak_runFinalizzerBatch_closure"
 #endif
 
-#ifndef mingw32_HOST_OS
 #ifdef LEADING_UNDERSCORE
         , "-u", "_base_GHCziConc_ensureIOManagerIsRunning_closure"
 #else
         , "-u", "base_GHCziConc_ensureIOManagerIsRunning_closure"
 #endif
-#endif
 
 framework-dirs: