Skip to content

Add missing ENOTCONN value, that is set to 126 by "ucrt/errno.h" but...

Julien Wadel requested to merge fix/windows_connection into bc

Add missing ENOTCONN value, that is set to 126 by "ucrt/errno.h" but WSAENOTCONN is set to 10057L by winerror.h (used by WSAGetLastError()).

Merge request reports