Skip to content

don't redefine EAFNOSUPPORT for Win32

It's officially supported by the Windows SDK (at least since Win7). Callers of these POSIX API's don't expect to check errno is WSAEAFNOSUPPORT.

Merge request reports

Loading