Fix Mingw64 build (missing headers according to M$ documentation)

This commit is contained in:
Matt Corallo 2012-06-09 17:14:41 +02:00
parent afdd59416e
commit b065976007

View file

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