Merge branch 'Dev_RC1' into Dev_DM_STD

This commit is contained in:
METANEOCORTEX\Kotti 2021-08-08 11:57:56 +02:00
commit 71bfe32eb9

View File

@ -78,7 +78,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1929)
#if (_MSC_FULL_VER >= 192930037)
#define VER_CPL MS Visual C++ 2019 v16.10.0
#define VER_CPL MS Visual C++ 2019 v16.10.(0-1)
#endif
#elif (_MSC_VER == 1928)
#if (_MSC_FULL_VER >= 192829915)