ws2_32: Add AF_IRDA to the address family map.

This commit is contained in:
Juan Lang 2009-08-12 09:13:18 -07:00 committed by Alexandre Julliard
parent e1e9dc398f
commit b1a80b8837
1 changed files with 3 additions and 0 deletions

View File

@ -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},
};