From 2356f4f633559c49ca53c1d013b669c4952ecdee Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 30 May 2026 23:57:40 +0100 Subject: [PATCH] ITS#10353 Winsock: more for prev commit Silence warning for redefined macro --- include/ac/socket.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ac/socket.h b/include/ac/socket.h index 073b10744a..7d345c0461 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -99,6 +99,7 @@ # endif #undef EWOULDBLOCK +#undef ENOTCONN #undef EINPROGRESS #undef ETIMEDOUT #define EWOULDBLOCK WSAEWOULDBLOCK