[project @ 2001-06-29 13:18:18 by sewardj]
authorsewardj <unknown>
Fri, 29 Jun 2001 13:18:18 +0000 (13:18 +0000)
committersewardj <unknown>
Fri, 29 Jun 2001 13:18:18 +0000 (13:18 +0000)
Test for __MINGW32__, not __MINGW__.

ghc/utils/touchy/touchy.c

index 71a58ba..90fb31e 100644 (file)
@@ -3,7 +3,7 @@
  * to the current system time.
  *
  */
-#if !defined(_MSC_VER) && !defined(__MINGW__) && !defined(_WIN32)
+#if !defined(_MSC_VER) && !defined(__MINGW32__) && !defined(_WIN32)
 #error "Win32-only, the platform you're using is supposed to have 'touch' already."
 #else
 #include <stdio.h>