Fix getPermissions001 on Windows
authorIan Lynagh <igloo@earth.li>
Fri, 9 Jan 2009 18:25:54 +0000 (18:25 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 9 Jan 2009 18:25:54 +0000 (18:25 +0000)
tests/getPermissions001.hs

index f1fbeaa..5e9adf2 100644 (file)
@@ -5,7 +5,7 @@ main = do
   print p
   p <- getPermissions "getPermissions001.hs"
   print p
-#ifndef i386_unknown_mingw32
+#ifndef mingw32_HOST_OS
   p <- getPermissions "getPermissions001"
 #else
   p <- getPermissions "getPermissions001.exe"