X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRts.h;h=45bf815e8343acf3855815209d81f6d6ea44ce50;hb=153b9cb9b11e05c4edb1b6bc0a7b972660e41f70;hp=35ba5ced76aa20cb57394bd875f8321dcbb433a0;hpb=8504635323bc4c2d7ade98771a4e281c2d56761c;p=ghc-hetmet.git diff --git a/ghc/includes/Rts.h b/ghc/includes/Rts.h index 35ba5ce..45bf815 100644 --- a/ghc/includes/Rts.h +++ b/ghc/includes/Rts.h @@ -34,7 +34,7 @@ extern "C" { #endif /* Fix for mingw stat problem (done here so it's early enough) */ -#ifdef mingw32_TARGET_OS +#ifdef mingw32_HOST_OS #define __MSVCRT__ 1 #endif @@ -184,14 +184,6 @@ extern void stg_exit(int n) GNU_ATTRIBUTE(__noreturn__); /* declarations for runtime flags/values */ #define MAX_RTS_ARGS 32 -#ifdef _WIN32 -/* On the yucky side..suppress -Wmissing-declarations warnings when - * including - */ -extern void* GetCurrentFiber ( void ); -extern void* GetFiberData ( void ); -#endif - /* ----------------------------------------------------------------------------- Assertions and Debuggery -------------------------------------------------------------------------- */