fix previous patch
authorRoss Paterson <ross@soi.city.ac.uk>
Mon, 1 May 2006 15:48:47 +0000 (15:48 +0000)
committerRoss Paterson <ross@soi.city.ac.uk>
Mon, 1 May 2006 15:48:47 +0000 (15:48 +0000)
System/Directory.hs

index 0ea1d47..bdd7f3c 100644 (file)
@@ -599,7 +599,7 @@ foreign import stdcall unsafe "SearchPathA"
                          -> CString
                          -> Ptr CString
                          -> IO CInt
-# if defined(__GLASGOW_HASKELL__)
+# if !defined(__GLASGOW_HASKELL__)
 long_path_size :: Int
 long_path_size = 4096
 # endif