mirror of
https://github.com/curl/curl.git
synced 2026-04-12 12:21:42 +08:00
- configure: disable pthreads by default on Windows.
- configure: disable detecting `fseeko()` on Windows.
(It exists in mingw-w64 2.0.0 and newer, but it's permanently ignored
in CMake, as this function is never necessary on Windows.)
- extend existing exceptions with their Windows variants.
- `lib/formdata.c`: prioritize `_fseeki64()` over `fseeko()`.
To reduce the difference between Windows builds, which now all use
`_fseeki64()`.
- cmake: perm-enable `HAVE_DIRENT_H` and `HAVE_OPENDIR` for mingw-w64,
to match configure.
Follow-up to
|
||
|---|---|---|
| .. | ||
| badwords.pl | ||
| badwords.txt | ||
| binarycheck.pl | ||
| binarycheck.sums | ||
| cleancmd.pl | ||
| cleanspell.pl | ||
| cmp-config.pl | ||
| codespell-ignore.txt | ||
| distfiles.sh | ||
| shellcheck.sh | ||
| spacecheck.pl | ||
| spellcheck.words | ||
| spellcheck.yaml | ||
| trimmarkdownheader.pl | ||
| verify-examples.pl | ||
| verify-synopsis.pl | ||
| VERSIONS | ||
| yamlcheck.sh | ||
| yamlcheck.yaml | ||