diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2017-06-02 15:12:33 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2017-06-03 18:20:41 -0700 |
| commit | bf3022ef2b4e307fdff4fecea7b4aa8602580b16 (patch) | |
| tree | 9b5a34808bf9dafba5e17f3f06108ce0076f9a65 /Source | |
| parent | a3caa14ade2862fcc76d8b3037229c564cf73242 (diff) | |
msvc: bump the required _MSC_FULL_VER
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/PCH/pch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/PCH/pch.h b/Source/PCH/pch.h index 992a15ef29..f9cacdd23f 100644 --- a/Source/PCH/pch.h +++ b/Source/PCH/pch.h @@ -67,8 +67,8 @@ #ifdef _WIN32 -#if _MSC_FULL_VER < 190023918 -#error Please update your build environment to Visual Studio 2015 Update 2 or later! +#if _MSC_FULL_VER < 191025017 +#error Please update your build environment to the latest Visual Studio 2017! #endif #include <Windows.h> |
