| 37 | } |
| 38 | |
| 39 | Socket WSASocket(int af, int type, int protocol) |
| 40 | { |
| 41 | return WSASocket(af, type, protocol, nullptr, 0, 0); |
| 42 | } |
| 43 | |
| 44 | Socket WSASocket(int af, int type, int protocol, const WSAPROTOCOL_INFO* pProtocolInfo, GROUP g, DWORD flags) |
| 45 | { |
no test coverage detected