From 133214952cec403789daff11a0ad8ba038ee3291 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 23 May 2007 20:09:04 +0000 Subject: [PATCH] Need shlobj.h on Windows --- include/HsDirectory.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/HsDirectory.h b/include/HsDirectory.h index 75c71c9..eded7eb 100644 --- a/include/HsDirectory.h +++ b/include/HsDirectory.h @@ -23,6 +23,10 @@ #include "HsFFI.h" +#if defined(__MINGW32__) +#include +#endif + #if defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32) extern int __hscore_getFolderPath(HWND hwndOwner, int nFolder, -- 1.7.10.4