MUtilities development repository
修订版 | 6e737fa464a3fa7bc2a7513a95353f9b9dfd0e3f (tree) |
---|---|
时间 | 2018-09-26 04:02:33 |
作者 | ![]() |
Commiter | LoRd_MuldeR |
Added support for Visual Studio 2017.8 (v15.8.5).
@@ -68,7 +68,7 @@ namespace MUtils | ||
68 | 68 | #endif |
69 | 69 | #elif defined(_MSC_VER) |
70 | 70 | #if (_MSC_VER == 1915) |
71 | - #if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526726)) | |
71 | + #if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526730)) | |
72 | 72 | "MSVC 2017.8"; |
73 | 73 | #else |
74 | 74 | #error Compiler version is not supported yet! |