Author: cgutman
Date: Tue Sep 16 22:07:15 2008
New Revision: 36275
URL:
http://svn.reactos.org/svn/reactos?rev=36275&view=rev
Log:
- Add ADDRINFOW
Modified:
branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32p.h
Modified: branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32p.h
URL:
http://svn.reactos.org/svn/reactos/branches/umode-network-branch/dll/win32/…
==============================================================================
--- branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32p.h [iso-8859-1] (original)
+++ branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32p.h [iso-8859-1] Tue Sep 16
22:07:15 2008
@@ -21,6 +21,18 @@
WsAsyncGetServByPort,
WsAsyncTerminate,
} WSASYNCOPS;
+
+typedef struct _ADDRINFOW
+{
+ INT ai_flags;
+ INT ai_family;
+ INT ai_socktype;
+ INT ai_protocol;
+ SIZE_T ai_addrlen;
+ PWSTR ai_canonname;
+ struct SOCKADDR *ai_addr;
+ struct ADDRINFOW *ai_next;
+} ADDRINFOW, *PADDRINFOW;
typedef struct _WSASYNCBLOCK
{