summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-03-30 20:31:59 -0400
committerLioncash <mathew1800@gmail.com>2016-03-30 20:31:59 -0400
commitd2c4ce8696f9fc80ce772b511b5c7f3d00422e86 (patch)
tree10c4cace006391418ee135df0778ddb5532d8551 /Source
parent486d3a7114c7e7874e6e0dbb925dde8046c2cf9b (diff)
pch: Update Visual Studio version check
Diffstat (limited to 'Source')
-rw-r--r--Source/PCH/pch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/PCH/pch.h b/Source/PCH/pch.h
index 66cda470e6..1ea2279f39 100644
--- a/Source/PCH/pch.h
+++ b/Source/PCH/pch.h
@@ -67,8 +67,8 @@
#ifdef _WIN32
-#if _MSC_FULL_VER < 190023026
-#error Please update your build environment to Visual Studio 2015 or later!
+#if _MSC_FULL_VER < 190023918
+#error Please update your build environment to Visual Studio 2015 Update 2 or later!
#endif
#include <Windows.h>