From 19ddd29afb5593222c5701f5249d2fbd90331005 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Thu, 5 Jul 2018 13:51:30 -0700 Subject: [PATCH] bump msvc version check --- Source/PCH/pch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PCH/pch.h b/Source/PCH/pch.h index f9cacdd23f..34860a69e9 100644 --- a/Source/PCH/pch.h +++ b/Source/PCH/pch.h @@ -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