bump msvc version check

This commit is contained in:
Shawn Hoffman 2018-07-05 13:51:30 -07:00
parent fc967908ea
commit 19ddd29afb
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
#ifdef _WIN32
#if _MSC_FULL_VER < 191025017
#if _MSC_FULL_VER < 191426433
#error Please update your build environment to the latest Visual Studio 2017!
#endif