ITS#10353 WINSOCK: add missing ENOTCONN #define

Value is set to 126 by "ucrt/errno.h" but WSAENOTCONN is
set to 10057L by winerror.h (used by WSAGetLastError()).
This commit is contained in:
Julien Wadel 2025-06-04 12:26:06 +02:00 committed by Quanah Gibson-Mount
parent 2cd9917e7b
commit 21de28b9ee

View file

@ -99,6 +99,7 @@
# endif
#define EWOULDBLOCK WSAEWOULDBLOCK
#define ENOTCONN WSAENOTCONN
#define EINPROGRESS WSAEINPROGRESS
#define ETIMEDOUT WSAETIMEDOUT