mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
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
@ -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…
Reference in New Issue
Block a user