mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-23 21:14:28 +08:00
mdbx-windows: UNICODE-зависимое определение макросов MDBX_DATANAME, MDBX_LOCKNAME и MDBX_LOCK_SUFFIX.
This commit is contained in:
@@ -128,6 +128,10 @@
|
||||
#define __USE_MINGW_ANSI_STDIO 1
|
||||
#endif /* __USE_MINGW_ANSI_STDIO */
|
||||
|
||||
#if (defined(_WIN32) || defined(_WIN64)) && !defined(UNICODE)
|
||||
#define UNICODE
|
||||
#endif /* UNICODE */
|
||||
|
||||
#include "../mdbx.h"
|
||||
#include "base.h"
|
||||
|
||||
|
Reference in New Issue
Block a user