msvc: bump the required _MSC_FULL_VER

This commit is contained in:
Shawn Hoffman 2017-06-02 15:12:33 -07:00
parent a3caa14ade
commit bf3022ef2b
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@
#ifdef _WIN32
#if _MSC_FULL_VER < 190023918
#error Please update your build environment to Visual Studio 2015 Update 2 or later!
#if _MSC_FULL_VER < 191025017
#error Please update your build environment to the latest Visual Studio 2017!
#endif
#include <Windows.h>