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:
Jay Satiro 2023-09-25 18:22:25 -04:00
parent 398c59ae63
commit aa6c94c5bf

View File

@ -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)