pch: Update MSVC version check

This commit is contained in:
Lioncash 2015-10-02 20:48:26 -04:00
parent fb35371e86
commit aeee5be5ef
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@
#ifdef _WIN32
#if _MSC_FULL_VER < 180030723
#error Please update your build environment to VS2013 with Update 3 or later!
#if _MSC_FULL_VER < 190023026
#error Please update your build environment to Visual Studio 2015 or later!
#endif
#include <Windows.h>