mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 20:10:11 -05:00
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:
parent
bbe436d012
commit
fb2d478ef5
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@
|
|||
# endif
|
||||
|
||||
#define EWOULDBLOCK WSAEWOULDBLOCK
|
||||
#define ENOTCONN WSAENOTCONN
|
||||
#define EINPROGRESS WSAEINPROGRESS
|
||||
#define ETIMEDOUT WSAETIMEDOUT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue