mdbx: fix MSVC compiler version requirements.

Change-Id: Iabf7ab571ca887bd7995ae6293d3c70bb85a947b
This commit is contained in:
Leonid Yuriev 2020-09-05 12:16:00 +03:00
parent 538d2e4d62
commit 9249297d31

View File

@ -64,8 +64,8 @@
#endif #endif
#ifdef _MSC_VER #ifdef _MSC_VER
# if _MSC_VER < 1400 # if _MSC_FULL_VER < 190024234
# error "Microsoft Visual C++ 8.0 (Visual Studio 2005) or later version is required" # error "At least \"Microsoft C/C++ Compiler\" version 19.00.24234 (Visual Studio 2015 Update 3) is required."
# endif # endif
# ifndef _CRT_SECURE_NO_WARNINGS # ifndef _CRT_SECURE_NO_WARNINGS
# define _CRT_SECURE_NO_WARNINGS # define _CRT_SECURE_NO_WARNINGS