Need shlobj.h on Windows
authorIan Lynagh <igloo@earth.li>
Wed, 23 May 2007 20:09:04 +0000 (20:09 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 23 May 2007 20:09:04 +0000 (20:09 +0000)
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,