]> git.feebdaed.xyz Git - 0xmirror/curl.git/commit
socketpair: drop redundant `_WIN32` branch and include
authorViktor Szakats <commit@vsz.me>
Fri, 19 Dec 2025 10:00:53 +0000 (11:00 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 19 Dec 2025 10:40:59 +0000 (11:40 +0100)
commit32333042244b2fa2b0a15d898d6a45a1abefe926
tree3a5bc603cd568b8e52d92c5231c907083c78aa58
parenteeb968975520c6ad8be6cdd12b10528b0e7dc808
socketpair: drop redundant `_WIN32` branch and include

`io.h` already included via `curl_setup.h`, the other headers are
already guarded off for Windows. `INADDR_LOOPBACK` fallback remains
a no-op on Windows.

Closes #20032
lib/socketpair.c