Merge pull request #7220 from shuffle2/msc-ver

bump msvc version check
This commit is contained in:
shuffle2 2018-07-11 15:24:29 -07:00 committed by GitHub
commit 68731995b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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