mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
msvc: bump the required _MSC_FULL_VER
This commit is contained in:
@ -67,8 +67,8 @@
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
||||||
#if _MSC_FULL_VER < 190023918
|
#if _MSC_FULL_VER < 191025017
|
||||||
#error Please update your build environment to Visual Studio 2015 Update 2 or later!
|
#error Please update your build environment to the latest Visual Studio 2017!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
|
Reference in New Issue
Block a user