mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
msvc: bump min version to vs 17.2
This commit is contained in:
parent
c41467a8eb
commit
abc848b88c
@ -6,7 +6,7 @@
|
||||
#define STRINGIFY_HELPER(x) #x
|
||||
#define STRINGIFY(x) STRINGIFY_HELPER(x)
|
||||
|
||||
#if defined _MSC_FULL_VER && _MSC_FULL_VER < 193030705
|
||||
#if defined _MSC_FULL_VER && _MSC_FULL_VER < 193231328
|
||||
#pragma message("Current _MSC_FULL_VER: " STRINGIFY(_MSC_FULL_VER))
|
||||
#error Please update your build environment to the latest Visual Studio 2022!
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user