Browse Source

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

0.8
Matt Corallo 12 years ago
parent
commit
b065976007
  1. 2
      src/qt/guiutil.cpp

2
src/qt/guiutil.cpp

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

Loading…
Cancel
Save