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