ws2_32(1/8): Add AF_IRDA to the address family map

Juan Lang juan.lang at gmail.com
Tue Aug 11 11:18:28 CDT 2009


--Juan
-------------- next part --------------
From 8c4e13b473c924c2423d949cd60a3cadf4a953ec Mon Sep 17 00:00:00 2001
From: Juan Lang <juan.lang at gmail.com>
Date: Mon, 10 Aug 2009 09:34:23 -0700
Subject: [PATCH 1/8] 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},
 };
 
-- 
1.6.3.2


More information about the wine-patches mailing list