aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2012-05-05 00:02:10 -0700
committerWladimir J. van der Laan <[email protected]>2012-05-05 00:02:10 -0700
commit1f6f261acefbfeabb012ed765d13b54547f10ceb (patch)
tree02d4bc1913d946f327bc22b7853c41a973dddad2 /src/util.cpp
parentMerge pull request #1194 from Diapolo/sendcoins_placeholdertext (diff)
parentUpdate to require IE 5.1 as it is required on mingw64. (diff)
downloaddiscoin-1f6f261acefbfeabb012ed765d13b54547f10ceb.tar.xz
discoin-1f6f261acefbfeabb012ed765d13b54547f10ceb.zip
Merge pull request #1187 from TheBlueMatt/win32_ie
Update to require IE 5.1 as it is required to build on mingw64.
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 3569f22ec..3d301d21e 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -43,7 +43,7 @@ namespace boost {
#ifdef _WIN32_IE
#undef _WIN32_IE
#endif
-#define _WIN32_IE 0x0400
+#define _WIN32_IE 0x0501
#define WIN32_LEAN_AND_MEAN 1
#ifndef NOMINMAX
#define NOMINMAX