mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-03 02:14:16 +00:00
Merge pull request #1187 from TheBlueMatt/win32_ie
Update to require IE 5.1 as it is required to build on mingw64.
This commit is contained in:
commit
1f6f261ace
@ -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…
x
Reference in New Issue
Block a user