diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-05 00:02:10 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-05 00:02:10 -0700 |
commit | 1f6f261acefbfeabb012ed765d13b54547f10ceb (patch) | |
tree | 02d4bc1913d946f327bc22b7853c41a973dddad2 /src/util.cpp | |
parent | 393a0edc5116abe2d816def0508253e9b3480ce0 (diff) | |
parent | 234db30d6621d35b2c670891def1d52b39f44686 (diff) |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index 3569f22ecd..3d301d21e3 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 |