Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getaddrinfo() is not available on win2k. By including wspiapi.h (if _WIN32_WINNT is defined as value < 0x0501) then a compatibility layer will be used when running on win2k. For more details, refer to Microsoft docs for getaddrinfo(). Signed-off-by: opatomic <[email protected]>
- Loading branch information