Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HAMANO Tsukasa
OpenLDAP
Commits
20dec1f6
Commit
20dec1f6
authored
Jan 20, 2016
by
Howard Chu
Browse files
WIN64 needs off_t redefined too
parent
a6ccef73
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
20dec1f6
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#ifndef _GNU_SOURCE
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#define _GNU_SOURCE 1
#endif
#endif
#ifdef
MDB_VL32
#if
def
ined(
MDB_VL32
) || defined(__WIN64__)
#define _FILE_OFFSET_BITS 64
#define _FILE_OFFSET_BITS 64
#endif
#endif
#ifdef _WIN32
#ifdef _WIN32
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment