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=73e8c7233d98752ea2ae3fa3a3428894364e43d2;hp=b727ae0a4ced773026e32104cd6841eea53c9a86;hb=8c866a6027fac3ae7177391aca09f8ea1d1e0240;hpb=4ba5510d6ef6ba14ea7d5b3ae61f34f987efe208 diff --git a/include/MUtils/Version.h b/include/MUtils/Version.h index b727ae0..73e8c72 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 == 1923) + #if (_MSC_VER == 1924) + #if((_MSC_FULL_VER >= 192428314) && (_MSC_FULL_VER <= 192428314)) + "MSVC 2019.4"; + #else + #error Compiler version is not supported yet! + #endif + #elif (_MSC_VER == 1923) #if((_MSC_FULL_VER >= 192328105) && (_MSC_FULL_VER <= 192328105)) "MSVC 2019.3"; #else