[project @ 2005-01-28 12:55:17 by simonmar]
[ghc-hetmet.git] / ghc / rts / RtsFlags.c
index 2f01d5e..85c31db 100644 (file)
@@ -503,7 +503,7 @@ setupRtsFlags(int *argc, char *argv[], int *rts_argc, char *rts_argv[])
 
     /* Remove directory from argv[0] -- default files in current directory */
     if ((last_slash = (char *) strrchr(argv[0], 
-#if !defined(mingw32_TARGET_OS)
+#if !defined(mingw32_HOST_OS)
                                       '/')
 #else
                                       '\\')