MUtilities development repository
修订版 | dece385274552463854acbb094a152054097baa6 (tree) |
---|---|
时间 | 2018-07-06 23:43:34 |
作者 | ![]() |
Commiter | LoRd_MuldeR |
Added support for Visual Studio 2017.7 (v15.7.4).
@@ -68,7 +68,7 @@ namespace MUtils | ||
68 | 68 | #endif |
69 | 69 | #elif defined(_MSC_VER) |
70 | 70 | #if (_MSC_VER == 1914) |
71 | - #if((_MSC_FULL_VER >= 191426430) && (_MSC_FULL_VER <= 191426430)) | |
71 | + #if((_MSC_FULL_VER >= 191426430) && (_MSC_FULL_VER <= 191426431)) | |
72 | 72 | "MSVC 2017.7"; |
73 | 73 | #else |
74 | 74 | #error Compiler version is not supported yet! |