mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 16:14:17 +00:00
pch: Update MSVC version check
This commit is contained in:
parent
fb35371e86
commit
aeee5be5ef
@ -67,8 +67,8 @@
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
||||||
#if _MSC_FULL_VER < 180030723
|
#if _MSC_FULL_VER < 190023026
|
||||||
#error Please update your build environment to VS2013 with Update 3 or later!
|
#error Please update your build environment to Visual Studio 2015 or later!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user