config-win32: define HAVE__FSEEKI64
Follow-up to 9c7165e9 which added an fseeko wrapper to the lib that
calls _fseeki64 if it is available.
Closes https://github.com/curl/curl/pull/11944
This commit is contained in:
parent
398c59ae63
commit
aa6c94c5bf
@ -564,6 +564,10 @@ Vista
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_WIN32_LARGE_FILES
|
||||||
|
#define HAVE__FSEEKI64
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Define to the size of `off_t', as computed by sizeof. */
|
/* Define to the size of `off_t', as computed by sizeof. */
|
||||||
#if defined(__MINGW32__) && \
|
#if defined(__MINGW32__) && \
|
||||||
defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
|
defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user