mirror of
https://github.com/curl/curl.git
synced 2026-07-16 03:37:16 +03:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -564,6 +564,10 @@ Vista
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef USE_WIN32_LARGE_FILES
|
||||
#define HAVE__FSEEKI64
|
||||
#endif
|
||||
|
||||
/* Define to the size of `off_t', as computed by sizeof. */
|
||||
#if defined(__MINGW32__) && \
|
||||
defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue