From: Ian Lynagh Date: Wed, 23 May 2007 20:09:04 +0000 (+0000) Subject: Need shlobj.h on Windows X-Git-Tag: 2007-09-13~19 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=133214952cec403789daff11a0ad8ba038ee3291;p=haskell-directory.git Need shlobj.h on Windows --- 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,