Jacek Caban : ws2_32: Added FreeAddrInfoExW stub.

Alexandre Julliard julliard at winehq.org
Wed Oct 19 20:47:57 CDT 2016


Module: wine
Branch: master
Commit: 7e7f46f43667eecf794795c7ed9fe7c7b5580663
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7e7f46f43667eecf794795c7ed9fe7c7b5580663

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Oct 18 14:28:59 2016 +0200

ws2_32: Added FreeAddrInfoExW stub.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ws2_32/socket.c    | 8 ++++++++
 dlls/ws2_32/ws2_32.spec | 1 +
 2 files changed, 9 insertions(+)

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index e8c5130..3d9a99b 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -6810,6 +6810,14 @@ void WINAPI FreeAddrInfoW(PADDRINFOW ai)
     }
 }
 
+/***********************************************************************
+ *      FreeAddrInfoExW      (WS2_32.@)
+ */
+void WINAPI FreeAddrInfoExW(ADDRINFOEXW *ai)
+{
+    FIXME("%p\n", ai);
+}
+
 int WINAPI WS_getnameinfo(const SOCKADDR *sa, WS_socklen_t salen, PCHAR host,
                           DWORD hostlen, PCHAR serv, DWORD servlen, INT flags)
 {
diff --git a/dlls/ws2_32/ws2_32.spec b/dlls/ws2_32/ws2_32.spec
index 0482b7d..df5e9d3 100644
--- a/dlls/ws2_32/ws2_32.spec
+++ b/dlls/ws2_32/ws2_32.spec
@@ -50,6 +50,7 @@
 
 500 stub     WEP
 
+@ stdcall FreeAddrInfoExW(ptr)
 @ stdcall FreeAddrInfoW(ptr)
 @ stdcall GetAddrInfoExW(wstr wstr long ptr ptr ptr ptr ptr ptr ptr)
 @ stdcall GetAddrInfoW(wstr wstr ptr ptr)




More information about the wine-cvs mailing list