Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIOCore: remove reference to in_addr_t on Windows #2163

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

compnerd
Copy link
Contributor

@compnerd compnerd commented Jun 6, 2022

This type does not exist in the current SDK (and previous iterations
also did not use the in_addr_t type). Remove the type and use the
de-sugared UInt type instead on Windows.

This type does not exist in the current SDK (and previous iterations
also did not use the `in_addr_t` type).  Remove the type and use the
de-sugared `UInt` type instead on Windows.
@Lukasa Lukasa added the patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1) label Jun 7, 2022
@Lukasa Lukasa merged commit c73c4d6 into apple:main Jun 7, 2022
@compnerd compnerd deleted the cleanup branch June 7, 2022 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants