Skip to content

Commit

Permalink
pch: Update MSVC version check
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncash committed Oct 3, 2015
1 parent fb35371 commit aeee5be
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 < 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 <Windows.h>
Expand Down

0 comments on commit aeee5be

Please sign in to comment.