MUtilities development repository
修订版 | 2c95becf74730a78a57415ca66b58a77469f248e (tree) |
---|---|
时间 | 2018-04-28 21:46:28 |
作者 | ![]() |
Commiter | LoRd_MuldeR |
Added support for Visual Studio 2017.6 (v15.6.7).
@@ -68,7 +68,7 @@ namespace MUtils | ||
68 | 68 | #endif |
69 | 69 | #elif defined(_MSC_VER) |
70 | 70 | #if (_MSC_VER == 1913) |
71 | - #if((_MSC_FULL_VER >= 191326128) && (_MSC_FULL_VER <= 191326131)) | |
71 | + #if((_MSC_FULL_VER >= 191326128) && (_MSC_FULL_VER <= 191326132)) | |
72 | 72 | "MSVC 2017.6"; |
73 | 73 | #else |
74 | 74 | #error Compiler version is not supported yet! |