Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #252941

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Sun 21 Dec 2025 02:36:33
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 884b5ea921f2e6b4e9c6e5b6d47de25006f8c6e8

Comments

lib: include `curlx/warnless.h` from `curl_setup.h`
To make it available for all files. Drop includes from individual
sources. This header was already included from most sources and not
specific to any internal subsystem.

Also to ensure that two system symbol redefines on Windows (`read()` and
`write()`) get applied to all sources. Move them to `curl_setup.h`.

Closes #20056

Changed files