OSDN Git Service

Added support for Visual Studio 2019.11 (v16.11).
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 29 Aug 2021 15:18:03 +0000 (17:18 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 29 Aug 2021 15:18:03 +0000 (17:18 +0200)
include/MUtils/Version.h

index 063d615..514dcea 100644 (file)
@@ -68,7 +68,11 @@ namespace MUtils
                                        #endif
                                #elif defined(_MSC_VER)
                                        #if (_MSC_VER == 1929)
-                                               "MSVC 2019.10";
+                                               #if (_MSC_FULL_VER < 192930133)
+                                                       "MSVC 2019.10";
+                                               #else
+                                                       "MSVC 2019.11";
+                                               #endif
                                        #elif (_MSC_VER == 1928)
                                                #if (_MSC_FULL_VER < 192829910)
                                                        "MSVC 2019.8";