Commit b1a80b88 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

ws2_32: Add AF_IRDA to the address family map.

parent e1e9dc39
......@@ -319,6 +319,9 @@ static const int ws_af_map[][2] =
#ifdef HAVE_IPX
MAP_OPTION( AF_IPX ),
#endif
#ifdef AF_IRDA
MAP_OPTION( AF_IRDA ),
#endif
{FROM_PROTOCOL_INFO, FROM_PROTOCOL_INFO},
};
......
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