[project @ 2004-08-13 13:29:00 by simonmar]
[ghc-base.git] / cbits / consUtils.c
index fd51440..63665d0 100644 (file)
@@ -3,8 +3,8 @@
  *
  * Win32 Console API support
  */
-#include "config.h"
-#if defined(mingw32_TARGET_OS) || defined(cygwin32_TARGET_OS)
+#include "ghcconfig.h"
+#if defined(mingw32_TARGET_OS) || defined(cygwin32_TARGET_OS) || defined(__MINGW32__) || defined(_MSC_VER)
 /* to the end */
 
 #include "consUtils.h"
@@ -64,4 +64,4 @@ get_console_echo__(int fd)
     return -1;
 }
 
-#endif /* defined(mingw32_TARGET_OS) || defined(cygwin32_TARGET_OS) */
+#endif /* defined(mingw32_TARGET_OS) || ... */