ws2_32: Add AF_IRDA to the address family map.
This commit is contained in:
parent
e1e9dc398f
commit
b1a80b8837
|
@ -318,6 +318,9 @@ static const int ws_af_map[][2] =
|
|||
MAP_OPTION( AF_INET6 ),
|
||||
#ifdef HAVE_IPX
|
||||
MAP_OPTION( AF_IPX ),
|
||||
#endif
|
||||
#ifdef AF_IRDA
|
||||
MAP_OPTION( AF_IRDA ),
|
||||
#endif
|
||||
{FROM_PROTOCOL_INFO, FROM_PROTOCOL_INFO},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue