mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:23:36 +03:00
build: require Windows XP or newer
After this patch we assume availability of `getaddrinfo` and `freeaddrinfo`, first introduced in Windows XP. Meaning curl now requires building for Windows XP as a minimum. TODO: assume these also in autotools. Ref: https://github.com/curl/curl/pull/12221#issuecomment-1783761806 Closes #12225
This commit is contained in:
parent
4f591db44c
commit
960d601481
4 changed files with 25 additions and 39 deletions
|
|
@ -162,6 +162,8 @@ library check.
|
|||
|
||||
# Windows
|
||||
|
||||
Building for Windows XP is required as a minimum.
|
||||
|
||||
## Building Windows DLLs and C runtime (CRT) linkage issues
|
||||
|
||||
As a general rule, building a DLL with static CRT linkage is highly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue