Juan Lang : ws2_32: Add AF_IRDA to the address family map.
13 Aug
2009
13 Aug
'09
10:41 a.m.
Module: wine Branch: master Commit: b1a80b88374f51889ff5a7f3290e2b894d0e5422 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b1a80b88374f51889ff5a7f329... Author: Juan Lang <juan.lang(a)gmail.com> Date: Wed Aug 12 09:13:18 2009 -0700 ws2_32: Add AF_IRDA to the address family map. --- dlls/ws2_32/socket.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c index 9471a48..2bbb49c 100644 --- a/dlls/ws2_32/socket.c +++ b/dlls/ws2_32/socket.c @@ -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}, };
6063
Age (days ago)
6063
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard