pfff, DOS newlines!?

This commit is contained in:
Daniel Stenberg 2026-08-05 22:25:36 +02:00
parent efbe9f0317
commit 73b35687f6
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -1145,7 +1145,7 @@ static int cf_socktype(int x)
#ifdef _WIN32
/* Offered by mingw-w64 v10+, MS SDK 8.0/~VS2012+ */
/* Offered by mingw-w64 v10+, MS SDK 8.0/~VS2012+ */
#ifndef SIO_TCP_INITIAL_RTO
#define SIO_TCP_INITIAL_RTO _WSAIOW(IOC_VENDOR, 17)
#define TCP_INITIAL_RTO_DEFAULT_RTT 0
@ -1185,7 +1185,7 @@ static void tcplocalhost(struct Curl_cfilter *cf,
}
}
#else
#define tcplocalhost(x, y)
#define tcplocalhost(x, y)
#endif
static CURLcode cf_socket_open(struct Curl_cfilter *cf,