X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=cbits%2FconsUtils.c;h=af29b599f4c7f3e5641a6be825031447f5c12a5c;hb=ec3ba94b254bd444e7a1c560c1d91c4879948c69;hp=63665d0a0ee7d48ecc0b47bf1e9c16bd47412c82;hpb=7d469fba03085e1538f7b33227a3b69fc68d037f;p=ghc-base.git diff --git a/cbits/consUtils.c b/cbits/consUtils.c index 63665d0..af29b59 100644 --- a/cbits/consUtils.c +++ b/cbits/consUtils.c @@ -4,14 +4,14 @@ * Win32 Console API support */ #include "ghcconfig.h" -#if defined(mingw32_TARGET_OS) || defined(cygwin32_TARGET_OS) || defined(__MINGW32__) || defined(_MSC_VER) +#if defined(mingw32_HOST_OS) || defined(cygwin32_HOST_OS) || defined(__MINGW32__) || defined(_MSC_VER) /* to the end */ #include "consUtils.h" #include #include -#if defined(cygwin32_TARGET_OS) +#if defined(cygwin32_HOST_OS) #define _get_osfhandle get_osfhandle #endif @@ -64,4 +64,4 @@ get_console_echo__(int fd) return -1; } -#endif /* defined(mingw32_TARGET_OS) || ... */ +#endif /* defined(mingw32_HOST_OS) || ... */