Skip to content

Commit

Permalink
msvc: bump the required _MSC_FULL_VER
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffle2 committed Jun 4, 2017
1 parent a3caa14 commit bf3022e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/PCH/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bf3022e

Please sign in to comment.