Skip to content

Conversation

@tomwjerry
Copy link

I replaced some instances of wsock32.lib with Ws2_32.lib, so the code will be more coherent. I don't know if it makes any difference, but Ws2_32.lib should ensure that WinSock2 is used; else it might mix WinSock1 with WinSock2. There are some other externs to that probably should be marked with Ws2_32.lib instead of [CLink, CallingConvention(.Stdcall)] (native library?), to ensure usage of the same library. I have not changed it, because it appears to work right now.

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.

1 participant