windows: assume USE_WIN32_LARGE_FILES

All Windows platforms support it. It was permanently enabled with most
build methods. The exception is autotools where it is enabled by
default, with an option to disable it. It changed the build in a few
places for rarely tested code paths, but not bringing other advantages
(and used some 64-bit APIs anyway). This patch makes autotools'
`--disable-largefile` option a no-op for Windows.

Closes #19888
This commit is contained in:
Viktor Szakats 2025-12-09 10:31:20 +01:00
parent 073b85cefe
commit 163705db75
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
9 changed files with 15 additions and 72 deletions

View file

@ -618,7 +618,6 @@ dnl **********************************************************************
dnl Compilation based checks should not be done before this point.
dnl **********************************************************************
CURL_CHECK_WIN32_LARGEFILE
CURL_CHECK_WIN32_CRYPTO
curl_cv_apple='no'