mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 00:03:56 -05:00
WIN64 needs off_t redefined too
This commit is contained in:
parent
a6ccef73ed
commit
20dec1f69b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue