Need shlobj.h on Windows
[haskell-directory.git] / include / HsDirectory.h
index 75c71c9..eded7eb 100644 (file)
 
 #include "HsFFI.h"
 
+#if defined(__MINGW32__)
+#include <shlobj.h>
+#endif
+
 #if defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32)
 extern int __hscore_getFolderPath(HWND hwndOwner,
                   int nFolder,