X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FRtsStartup.c;fp=rts%2FRtsStartup.c;h=b0cddbd18fa99343f5308343191b8f92fb78ffab;hp=8e2eac420ddcf98ec250b4540d707217b8378db5;hb=243c043271d295c98ac0f69b4bc8fccca3b61d2d;hpb=bb7b45dcf16118fb03bf28aea08a168ac6598a33 diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c index 8e2eac4..b0cddbd 100644 --- a/rts/RtsStartup.c +++ b/rts/RtsStartup.c @@ -184,7 +184,9 @@ hs_init(int *argc, char **argv[]) getStablePtr((StgPtr)runSparks_closure); getStablePtr((StgPtr)ensureIOManagerIsRunning_closure); +#ifndef mingw32_HOST_OS getStablePtr((StgPtr)runHandlers_closure); +#endif /* initialise the shared Typeable store */ initGlobalStore();