We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ccef7 commit 20dec1fCopy full SHA for 20dec1f
1 file changed
libraries/liblmdb/mdb.c
@@ -35,7 +35,7 @@
35
#ifndef _GNU_SOURCE
36
#define _GNU_SOURCE 1
37
#endif
38
-#ifdef MDB_VL32
+#if defined(MDB_VL32) || defined(__WIN64__)
39
#define _FILE_OFFSET_BITS 64
40
41
#ifdef _WIN32
0 commit comments