]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_setup.h: fix `FMT_SOCKET_T` to be unsigned on Windows
authorViktor Szakats <commit@vsz.me>
Thu, 21 Aug 2025 11:59:46 +0000 (13:59 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 9 Dec 2025 08:20:10 +0000 (09:20 +0100)
commit86f5bd3c6e67809e4feac4df42e422c54277df05
treec82fad7102a4313254378137954511d4a68d123d
parentcce660693ceddd6006b5775de8e97f1d5a6434d7
curl_setup.h: fix `FMT_SOCKET_T` to be unsigned on Windows

To match the Windows socket type.

Ref: https://learn.microsoft.com/windows/win32/winsock/socket-data-type-2

Cherry-picked from #18343
Closes #19881
lib/curl_setup.h