Skip to content

Use WSASocketW - #28

Closed
VemundH wants to merge 1 commit into
chriskohlhoff:masterfrom
VemundH:patch-1
Closed

VemundH wants to merge 1 commit into
chriskohlhoff:masterfrom
VemundH:patch-1

Conversation

@VemundH

@VemundH VemundH commented Sep 7, 2014

Copy link
Copy Markdown

This is basically the same issue as fixed in pull request #22. WSASocket resolves to WSASocketA unless UNICODE is defined. This is the case when building the boost source. I think using the W version should be OK (the LPWSAPROTOCOL_INFO argument is null).

This is basically the same issue as fixed in pull request chriskohlhoff#22. WSASocket resolves to WSASocketA unless UNICODE is defined. This is the case when building the boost source. I think using the W version should be OK (the LPWSAPROTOCOL_INFO argument is null).
@chriskohlhoff

Copy link
Copy Markdown
Owner

Fixed on master in 63737cc.
Fixed on asio-1-10-branch in c11ceb7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants