CapsAdmin / luajitsocket

pure luajit ffi socket bindings for unix and windows
MIT License
36 stars 5 forks source link

Remove direct calls to gai_strerror (no longer supported on Windows) #3

Closed vwout closed 2 years ago

vwout commented 3 years ago

The function gai_strerror is (no longer?) available on Windows. Calls result in an cannot resolve symbol 'gai_strerror': The specified procedure could not be found. error. This merge requests removes calls to this function and uses the generic function lasterror().

CapsAdmin commented 2 years ago

this was fixed (accidentally?) in your other pr