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

pull/2/merge
Matt Corallo 13 years ago
parent afdd59416e
commit b065976007

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

Loading…
Cancel
Save