mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
msvc: bump the required _MSC_FULL_VER
This commit is contained in:
parent
a3caa14ade
commit
bf3022ef2b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user