Do not use _lseeki64 under Borland C++ [Truta].
This commit is contained in:
parent
3d85f02a09
commit
e7289ed5f7
2
gzlib.c
2
gzlib.c
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "gzguts.h"
|
#include "gzguts.h"
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32) && !defined(__BORLANDC__)
|
||||||
# define LSEEK _lseeki64
|
# define LSEEK _lseeki64
|
||||||
#else
|
#else
|
||||||
#if defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0
|
#if defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0
|
||||||
|
Loading…
Reference in New Issue
Block a user