radarsat1 / liblo

liblo is an implementation of the Open Sound Control protocol for POSIX systems
GNU Lesser General Public License v2.1
192 stars 60 forks source link

WIN32: WSAGetLastError() returns WSAEINVAL #148

Closed carlo-bramini closed 11 months ago

carlo-bramini commented 1 year ago

WSAGetLastError() returns WSAEINVAL (10022), not EINVAL (22). See also here: https://learn.microsoft.com/en-us/windows/win32/winsock/windows-sockets-error-codes-2