mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
pch: Update Visual Studio version check
This commit is contained in:
parent
486d3a7114
commit
d2c4ce8696
@ -67,8 +67,8 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#if _MSC_FULL_VER < 190023026
|
||||
#error Please update your build environment to Visual Studio 2015 or later!
|
||||
#if _MSC_FULL_VER < 190023918
|
||||
#error Please update your build environment to Visual Studio 2015 Update 2 or later!
|
||||
#endif
|
||||
|
||||
#include <Windows.h>
|
||||
|
Loading…
Reference in New Issue
Block a user