OSDN Git Service

Added support for VS2022 Update-6.
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 18 Jun 2023 12:28:45 +0000 (14:28 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 18 Jun 2023 12:28:45 +0000 (14:28 +0200)
include/MUtils/Version.h

index 398a5fe..5e05cc6 100644 (file)
@@ -67,7 +67,11 @@ namespace MUtils
                                                #error Compiler is not supported!
                                        #endif
                                #elif defined(_MSC_VER)
-                                       #if (_MSC_VER == 1932)
+                                       #if (_MSC_VER == 1936)
+                                               "MSVC 2022.6";
+                                       #elif (_MSC_VER == 1933)
+                                               "MSVC 2022.3";
+                                       #elif (_MSC_VER == 1932)
                                                "MSVC 2022.2";
                                        #elif (_MSC_VER == 1931)
                                                "MSVC 2022.1";