[project @ 2005-01-28 23:33:57 by krasimir]
[ghc-base.git] / cbits / consUtils.c
index 3514d63..af29b59 100644 (file)
@@ -3,15 +3,15 @@
  *
  * Win32 Console API support
  */
-#include "config.h"
-#if defined(mingw32_TARGET_OS) || defined(cygwin32_TARGET_OS) || defined(__MINGW32__) || defined(_MSC_VER)
+#include "ghcconfig.h"
+#if defined(mingw32_HOST_OS) || defined(cygwin32_HOST_OS) || defined(__MINGW32__) || defined(_MSC_VER)
 /* to the end */
 
 #include "consUtils.h"
 #include <windows.h>
 #include <io.h>
 
-#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) || ... */