OSDN Git Service

Added support for Visual Studio 2019.1 (v16.1).
authorLoRd_MuldeR <mulder2@gmx.de>
Thu, 20 Jun 2019 16:50:23 +0000 (18:50 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Thu, 20 Jun 2019 16:50:23 +0000 (18:50 +0200)
include/MUtils/Version.h

index 3fdec3d..d308cd0 100644 (file)
@@ -67,7 +67,13 @@ namespace MUtils
                                                #error Compiler is not supported!
                                        #endif
                                #elif defined(_MSC_VER)
                                                #error Compiler is not supported!
                                        #endif
                                #elif defined(_MSC_VER)
-                                       #if (_MSC_VER == 1920)
+                                       #if (_MSC_VER == 1921)
+                                               #if((_MSC_FULL_VER >= 192127702) && (_MSC_FULL_VER <= 192127702))
+                                                       "MSVC 2019.1";
+                                               #else
+                                                       #error Compiler version is not supported yet!
+                                               #endif
+                                       #elif (_MSC_VER == 1920)
                                                #if((_MSC_FULL_VER >= 192027508) && (_MSC_FULL_VER <= 192027508))
                                                        "MSVC 2019.0";
                                                #else
                                                #if((_MSC_FULL_VER >= 192027508) && (_MSC_FULL_VER <= 192027508))
                                                        "MSVC 2019.0";
                                                #else