mirror of
https://github.com/isar/libmdbx.git
synced 2025-11-07 07:18:56 +08:00
mdbx-windows: поддержка char-версии mdbx_env_get_path().
This commit is contained in:
@@ -1463,6 +1463,8 @@ struct MDBX_env {
|
||||
osal_srwlock_t me_remap_guard;
|
||||
/* Workaround for LockFileEx and WriteFile multithread bug */
|
||||
CRITICAL_SECTION me_windowsbug_lock;
|
||||
char *me_pathname_char; /* cache of multi-byte representation of pathname
|
||||
to the DB files */
|
||||
#else
|
||||
osal_fastmutex_t me_remap_guard;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user