mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx-windows: rename MDBX_AVOID_CRT
build option to MDBX_DISABLE_MSVC_CRT
.
Change-Id: I124c9d86d4a596718bd9671a7c1b538b84c2dd0f
This commit is contained in:
5
mdbx.h++
5
mdbx.h++
@@ -21,8 +21,9 @@
|
||||
#error "C++11 or better is required"
|
||||
#endif
|
||||
|
||||
#if (defined(_WIN32) || defined(_WIN64)) && MDBX_AVOID_CRT
|
||||
#error "CRT is required for C++ API, the MDBX_AVOID_CRT option must be disabled"
|
||||
#if (defined(_WIN32) || defined(_WIN64)) && MDBX_WITHOUT_MSVC_CRT
|
||||
#error \
|
||||
"CRT is required for C++ API, the MDBX_WITHOUT_MSVC_CRT option must be disabled"
|
||||
#endif /* Windows */
|
||||
|
||||
#ifndef __has_include
|
||||
|
Reference in New Issue
Block a user