mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
WIN64 needs off_t redefined too
This commit is contained in:
parent
c2f6f04dba
commit
369b99a460
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@
|
|||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE 1
|
||||
#endif
|
||||
#if defined(__WIN64__)
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#endif
|
||||
#ifdef _WIN32
|
||||
#include <malloc.h>
|
||||
#include <windows.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue