X-Git-Url: http://git.osdn.net/view?p=mutilities%2FMUtilities.git;a=blobdiff_plain;f=include%2FMUtils%2FVersion.h;fp=include%2FMUtils%2FVersion.h;h=d308cd0e41f700735a5666b31d8bb6d31993a2a1;hp=3fdec3defaec0401717f4d976d4bcc94ca382c51;hb=f1b0d32f336a6e3c209c338cd0c2f66fe0279623;hpb=5b013d080d9545265dec36d187c817f39bf573b6;ds=sidebyside diff --git a/include/MUtils/Version.h b/include/MUtils/Version.h index 3fdec3d..d308cd0 100644 --- a/include/MUtils/Version.h +++ b/include/MUtils/Version.h @@ -67,7 +67,13 @@ namespace MUtils #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