X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=cbits%2FconsUtils.c;h=af29b599f4c7f3e5641a6be825031447f5c12a5c;hb=ce95dd798cdf6068515e4e6e08fb8b3f9d65f79a;hp=fd514408d3e4c4da2f5bf57de83799de960915fc;hpb=2f71a076d6210da9fe91641a8bf9787d13c58ee5;p=ghc-base.git diff --git a/cbits/consUtils.c b/cbits/consUtils.c index fd51440..af29b59 100644 --- a/cbits/consUtils.c +++ b/cbits/consUtils.c @@ -3,15 +3,15 @@ * * Win32 Console API support */ -#include "config.h" -#if defined(mingw32_TARGET_OS) || defined(cygwin32_TARGET_OS) +#include "ghcconfig.h" +#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) || defined(cygwin32_TARGET_OS) */ +#endif /* defined(mingw32_HOST_OS) || ... */