X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FStgMiscClosures.h;h=45ae06b3a6670530860f86665c9a3e5807e0eb23;hb=153b9cb9b11e05c4edb1b6bc0a7b972660e41f70;hp=0eed70cc04098b1ee99ed8442b8be1c1e80c0b03;hpb=bfdd44b2bfec3d819fd5ce19279832c25f096bb4;p=ghc-hetmet.git diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index 0eed70c..45ae06b 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -461,7 +461,7 @@ RTS_FUN(stg_block_takemvar); RTS_ENTRY(stg_block_takemvar_ret); RTS_FUN(stg_block_putmvar); RTS_ENTRY(stg_block_putmvar_ret); -#ifdef mingw32_TARGET_OS +#ifdef mingw32_HOST_OS RTS_FUN(stg_block_async); RTS_FUN(stg_block_async_void); #endif @@ -537,7 +537,7 @@ RTS_FUN(tryPutMVarzh_fast); RTS_FUN(waitReadzh_fast); RTS_FUN(waitWritezh_fast); RTS_FUN(delayzh_fast); -#ifdef mingw32_TARGET_OS +#ifdef mingw32_HOST_OS RTS_FUN(asyncReadzh_fast); RTS_FUN(asyncWritezh_fast); RTS_FUN(asyncDoProczh_fast);