mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-03 09:18:53 +00:00
Merge pull request #616
1cff397
WIN64 needs off_t redefined too (Howard Chu)
This commit is contained in:
commit
e75cfe088f
2
external/db_drivers/liblmdb/mdb.c
vendored
2
external/db_drivers/liblmdb/mdb.c
vendored
@ -35,7 +35,7 @@
|
|||||||
#ifndef _GNU_SOURCE
|
#ifndef _GNU_SOURCE
|
||||||
#define _GNU_SOURCE 1
|
#define _GNU_SOURCE 1
|
||||||
#endif
|
#endif
|
||||||
#ifdef MDB_VL32
|
#if defined(MDB_VL32) || defined(__WIN64__)
|
||||||
#define _FILE_OFFSET_BITS 64
|
#define _FILE_OFFSET_BITS 64
|
||||||
#endif
|
#endif
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user