From aeee5be5ef123a3b98b8fb413573b077b580e380 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 2 Oct 2015 20:48:26 -0400 Subject: [PATCH] pch: Update MSVC version check --- Source/PCH/pch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/PCH/pch.h b/Source/PCH/pch.h index 2d0bce224a..66cda470e6 100644 --- a/Source/PCH/pch.h +++ b/Source/PCH/pch.h @@ -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