mdbx: new testset (initial, stub).

Initial stub for https://github.com/ReOpen/libmdbx/issues/8
This commit is contained in:
Leo Yuriev
2017-03-30 18:54:57 +03:00
parent 095cd25e23
commit a3644aa6d0
44 changed files with 3120 additions and 2481 deletions

2
mdbx.h
View File

@@ -90,7 +90,7 @@
#if defined(LIBMDBX_EXPORTS)
# define LIBMDBX_API __dll_export
#elif defined(MDBX_IMPORTS)
#elif defined(LIBMDBX_IMPORTS)
# define LIBMDBX_API __dll_import
#else
# define LIBMDBX_API