[project @ 2005-01-28 15:03:06 by simonmar]
[ghc-base.git] / cbits / runProcess.c
index 320f3bf..56d4eab 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include "HsBase.h"\r
 \r
-#if defined(mingw32_TARGET_OS)\r
+#if defined(mingw32_HOST_OS)\r
 #include <windows.h>\r
 #include <stdlib.h>\r
 #endif\r
@@ -23,7 +23,7 @@
 #include <signal.h>\r
 #endif\r
 \r
-#if !defined(mingw32_TARGET_OS) && !defined(__MINGW32__)\r
+#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)\r
 /* ----------------------------------------------------------------------------\r
    UNIX versions\r
    ------------------------------------------------------------------------- */\r