diff options
Diffstat (limited to 'plugins/Dbx_mdb/src/mdbx/osal.c')
-rw-r--r-- | plugins/Dbx_mdb/src/mdbx/osal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdb/src/mdbx/osal.c b/plugins/Dbx_mdb/src/mdbx/osal.c index 5a8ec58002..d9026cfadf 100644 --- a/plugins/Dbx_mdb/src/mdbx/osal.c +++ b/plugins/Dbx_mdb/src/mdbx/osal.c @@ -772,7 +772,7 @@ int mdbx_mmap(int flags, mdbx_mmap_t *map, size_t must, size_t limit) { } NTSTATUS rc; -#if defined(_WIN64) && defined(WOF_CURRENT_VERSION) +#ifdef _WIN64 struct { WOF_EXTERNAL_INFO wof_info; union { |