Conversation
|
Any updates on this? We need this in socket2: rust-lang/socket2#249. |
Author
|
Not sure what I can do to get this land. There was some discussion about moving winapi-rs to the nursery but nothing has happened it seems. |
elmarco
reviewed
Feb 2, 2022
| @@ -0,0 +1,10 @@ | |||
| use shared::minwindef::DWORD; | |||
There was a problem hiding this comment.
nice! I came up with practically the same patch without knowing you add a MR.
I think you should add the common top header:
// Licensed under the Apache License, Version 2.0
// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
// All files in the project carrying such notice may not be copied, modified, or distributed
// except according to those terms.
//! Definitions for the AF_UNIX socket address family.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since Windows 17063, there is UNIX domain socket support in Windows. Along with the support
afunix.his added to defineSOCKADDR_UNstruct for creating UNIX domain sockets.This pull request adds the definition mirrors
afunix.hin Windows SDK.See "AF_UNIX comes to Windows"
Windows header file location:
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\afunix.h