From: Ross Paterson Date: Mon, 1 May 2006 15:48:47 +0000 (+0000) Subject: fix previous patch X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a694d06c7243e4c670a54cae00938cd9f70db8c7;p=haskell-directory.git fix previous patch --- diff --git a/System/Directory.hs b/System/Directory.hs index 0ea1d47..bdd7f3c 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -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