[project @ 2005-03-24 09:19:52 by simonmar]
[ghc-base.git] / System / Directory.hs
index cafe759..8db9686 100644 (file)
@@ -954,7 +954,7 @@ getTemporaryDirectory = do
 #endif
 
 #if __GLASGOW_HASKELL__ && defined(mingw32_HOST_OS)
-foreign import stdcall unsafe "dirUtils.h __hscore_getFolderPath"
+foreign import ccall unsafe "__hscore_getFolderPath"
             c_SHGetFolderPath :: Ptr () 
                               -> CInt 
                               -> Ptr ()