Add support for Visual Studio >= v17.10
This commit is contained in:
parent
65a2a778d1
commit
3cc2a4dd8d
@ -384,7 +384,7 @@ static int GetVisualStudioVersionCompiledWith() {
|
|||||||
return 15;
|
return 15;
|
||||||
#elif (_MSC_VER < 1930)
|
#elif (_MSC_VER < 1930)
|
||||||
return 16;
|
return 16;
|
||||||
#elif (_MSC_VER < 1940)
|
#elif (_MSC_VER < 1950)
|
||||||
return 17;
|
return 17;
|
||||||
#else
|
#else
|
||||||
#error "Unsupported/Untested _MSC_VER"
|
#error "Unsupported/Untested _MSC_VER"
|
||||||
|
Loading…
Reference in New Issue
Block a user