OSDN Git Service

Added support for Visual Studio 2019.6 (v16.6).
authorLoRd_MuldeR <mulder2@gmx.de>
Wed, 20 May 2020 20:19:50 +0000 (22:19 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Wed, 20 May 2020 20:19:50 +0000 (22:19 +0200)
include/MUtils/Version.h

index 1d4cb79..038cd4b 100644 (file)
@@ -67,7 +67,9 @@ namespace MUtils
                                                #error Compiler is not supported!
                                        #endif
                                #elif defined(_MSC_VER)
-                                       #if (_MSC_VER == 1925)
+                                       #if (_MSC_VER == 1926)
+                                               "MSVC 2019.6";
+                                       #elif (_MSC_VER == 1925)
                                                "MSVC 2019.5";
                                        #elif (_MSC_VER == 1924)
                                                "MSVC 2019.4";