mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
WIN64 needs off_t redefined too
This commit is contained in:
parent
d42aca8756
commit
1cff3974d8
2
external/db_drivers/liblmdb/mdb.c
vendored
2
external/db_drivers/liblmdb/mdb.c
vendored
@ -35,7 +35,7 @@
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE 1
|
||||
#endif
|
||||
#ifdef MDB_VL32
|
||||
#if defined(MDB_VL32) || defined(__WIN64__)
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#endif
|
||||
#ifdef _WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user