OSDN Git Service

Added support for VS2022 + added project/solution files for VS2022.
[mutilities/MUtilities.git] / include / MUtils / Version.h
index 514dcea..16ea2ed 100644 (file)
@@ -67,7 +67,13 @@ namespace MUtils
                                                #error Compiler is not supported!
                                        #endif
                                #elif defined(_MSC_VER)
-                                       #if (_MSC_VER == 1929)
+                                       #if (_MSC_VER == 1930)
+                                               #if (_MSC_FULL_VER <= 193030706)
+                                                       "MSVC 2022.0";
+                                               #else
+                                                       #error Compiler version is not supported yet!
+                                               #endif
+                                       #elif (_MSC_VER == 1929)
                                                #if (_MSC_FULL_VER < 192930133)
                                                        "MSVC 2019.10";
                                                #else