Added support for Visual Studio 2017.9 (v15.9.4).
This commit is contained in:
parent
f4b867c54c
commit
8d2029d8d6
@ -68,7 +68,7 @@ namespace MUtils
|
||||
#endif
|
||||
#elif defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1916)
|
||||
#if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627024))
|
||||
#if((_MSC_FULL_VER >= 191627024) && (_MSC_FULL_VER <= 191627025))
|
||||
"MSVC 2017.9";
|
||||
#else
|
||||
#error Compiler version is not supported yet!
|
||||
|
Loading…
Reference in New Issue
Block a user