Commit eda8b955 authored by Nicolas Delcros's avatar Nicolas Delcros Committed by Alexandre Julliard

winsock: Add mapping for SO_ACCEPTCONN.

parent 60ea01a4
......@@ -244,6 +244,7 @@ UINT wsaHerrno(int errnr);
static const int ws_sock_map[][2] =
{
MAP_OPTION( SO_DEBUG ),
MAP_OPTION( SO_ACCEPTCONN ),
MAP_OPTION( SO_REUSEADDR ),
MAP_OPTION( SO_KEEPALIVE ),
MAP_OPTION( SO_DONTROUTE ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment