• R/O
  • HTTP
  • SSH
  • HTTPS

MUtilities: 提交

MUtilities development repository


Commit MetaInfo

修订版dece385274552463854acbb094a152054097baa6 (tree)
时间2018-07-06 23:43:34
作者LoRd_MuldeR <mulder2@gmx....>
CommiterLoRd_MuldeR

Log Message

Added support for Visual Studio 2017.7 (v15.7.4).

更改概述

差异

--- a/include/MUtils/Version.h
+++ b/include/MUtils/Version.h
@@ -68,7 +68,7 @@ namespace MUtils
6868 #endif
6969 #elif defined(_MSC_VER)
7070 #if (_MSC_VER == 1914)
71- #if((_MSC_FULL_VER >= 191426430) && (_MSC_FULL_VER <= 191426430))
71+ #if((_MSC_FULL_VER >= 191426430) && (_MSC_FULL_VER <= 191426431))
7272 "MSVC 2017.7";
7373 #else
7474 #error Compiler version is not supported yet!
Show on old repository browser