Fixed compilation with latest VS2017.
This commit is contained in:
parent
5101e777b2
commit
4671aadcea
@ -68,7 +68,7 @@ namespace MUtils
|
|||||||
#endif
|
#endif
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
#if (_MSC_VER == 1912)
|
#if (_MSC_VER == 1912)
|
||||||
#if((_MSC_FULL_VER >= 191225830) && (_MSC_FULL_VER <= 191225834))
|
#if((_MSC_FULL_VER >= 191225830) && (_MSC_FULL_VER <= 191225835))
|
||||||
"MSVC 2017.5";
|
"MSVC 2017.5";
|
||||||
#else
|
#else
|
||||||
#error Compiler version is not supported yet!
|
#error Compiler version is not supported yet!
|
||||||
|
Loading…
Reference in New Issue
Block a user