msvc: bump the required _MSC_FULL_VER
This commit is contained in:
parent
a3caa14ade
commit
bf3022ef2b
|
@ -67,8 +67,8 @@
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
||||||
#if _MSC_FULL_VER < 190023918
|
#if _MSC_FULL_VER < 191025017
|
||||||
#error Please update your build environment to Visual Studio 2015 Update 2 or later!
|
#error Please update your build environment to the latest Visual Studio 2017!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
|
|
Loading…
Reference in New Issue