mdbx-windows: rename mdbx_dll_handler() to avoid confusion with callbacks.

Change-Id: I1ee9e9aa46da33f06cf935d3be059f938416efb5
This commit is contained in:
Leonid Yuriev
2019-09-27 11:58:48 +03:00
parent e41369fbc6
commit dcd3c497d9
3 changed files with 12 additions and 11 deletions

View File

@@ -299,7 +299,7 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
add_mdbx_option(MDBX_AVOID_CRT "Avoid dependence from MSVC CRT" ${NOT_SUBPROJECT})
if(NOT BUILD_SHARED_LIBS)
add_mdbx_option(MDBX_CONFIG_MANUAL_TLS_CALLBACK
"Provide mdbx_dll_callback() for manual initialization" OFF)
"Provide mdbx_dll_handler() for manual initialization" OFF)
mark_as_advanced(MDBX_CONFIG_MANUAL_TLS_CALLBACK)
endif()
else()