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 Howard Chu
parent bbe436d012
commit fb2d478ef5

View file

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