Merge pull request #1435 from TheBlueMatt/mingwbuild

Fix Mingw64 build (missing headers according to M$ documentation)
This commit is contained in:
Jeff Garzik 2012-06-09 12:40:15 -07:00
commit 883a310904
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@
#define NOMINMAX
#endif
#include "shlwapi.h"
#include "shlobj.h"
#include "shellapi.h"
#endif
namespace GUIUtil {