-
- Downloads
Auto merge of #1182 - xmclark:add-socket-functions-for-windows, r=alexcrichton
add some socket functions and a SOCKET type for windows This PR adds a few of the socket functions for windows. Some targets use the `stdcall` calling convention for these functions, so I put them in an `extern "system"` block ([see the nomicon](https://doc.rust-lang.org/nomicon/ffi.html#foreign-calling-conventions)).
No related branches found
No related tags found
Please register or sign in to comment