Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
windows-sys: use ADDRESS_FAMILY for
sa_family_t
originally Windows SDK didn't have a `sa_family_t` typedef, and we requested `win32metadata` to add it (microsoft/win32metadata#1538) and used that from `windows-sys` as our `sa_family_t` definition on Windows platform (rust-lang#414), which was an oversight. after all, Winsock2 isn't compliant to Posix and has it's own naming scheme, and `ADDRESS_FAMILY` is intended to be the equivalence of `sa_family_t`.
- Loading branch information