Andrew Nguyen : include: Add prototype for GetAdaptersAddresses.

Alexandre Julliard julliard at winehq.org
Tue Aug 17 11:31:18 CDT 2010


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

Author: Andrew Nguyen <anguyen at codeweavers.com>
Date:   Mon Aug 16 02:54:18 2010 -0500

include: Add prototype for GetAdaptersAddresses.

---

 include/iphlpapi.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/iphlpapi.h b/include/iphlpapi.h
index 1e64a18..b73363d 100644
--- a/include/iphlpapi.h
+++ b/include/iphlpapi.h
@@ -141,6 +141,11 @@ DWORD WINAPI EnableRouter(HANDLE* pHandle, OVERLAPPED* pOverlapped);
 
 DWORD WINAPI UnenableRouter(OVERLAPPED* pOverlapped, LPDWORD lpdwEnableCount);
 
+#ifdef _WINSOCK2API_
+ULONG WINAPI GetAdaptersAddresses(ULONG family, ULONG flags, PVOID reserved,
+                                  PIP_ADAPTER_ADDRESSES aa, PULONG buflen);
+#endif
+
 #ifdef __cplusplus
 }
 #endif




More information about the wine-cvs mailing list