Commits on Source (2)
-
Any decent Windows SDK (and all mingw-w64 we support) will map the _WIN32_IE value to the minimum OS selected. We build for Windows 7 which should use 0x0601 anyway.
fdbf5c77 -
It's restricting available code to Windows XP that we don't support. The value should be the minimum OS we support. It's automatically picked based on _WIN32_WINNT.
b321e59e