Skip to content

don't redefine EAFNOSUPPORT for Win32

Steve Lhomme requested to merge robUx4/vlc:win32-EAFNOSUPPORT into master

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