Update to require IE 5.1 as it is required on mingw64.
We already require XP, this just fixes Mingw64 build.
This commit is contained in:
parent
e19ccfa657
commit
234db30d66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue