Skip to content

Commit

Permalink
bump msvc version check
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffle2 committed Jul 11, 2018
1 parent fc96790 commit 19ddd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PCH/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 19ddd29

Please sign in to comment.