Author: cgutman Date: Thu Sep 18 04:19:25 2008 New Revision: 36299
URL: http://svn.reactos.org/svn/reactos?rev=36299&view=rev Log: - Revert header changes - Requested by Ged
Modified: branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32.h branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32p.h
Modified: branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32.h URL: http://svn.reactos.org/svn/reactos/branches/umode-network-branch/dll/win32/w... ============================================================================== --- branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32.h [iso-8859-1] (original) +++ branches/umode-network-branch/dll/win32/ws2_32/inc/ws2_32.h [iso-8859-1] Thu Sep 18 04:19:25 2008 @@ -23,7 +23,6 @@ #include <winsock2.h> #include <Ws2tcpip.h> #include <Ws2spi.h> -#include <nspapi.h> #include <ndk/umtypes.h> #include <ndk/rtlfuncs.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/w... ============================================================================== --- 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] Thu Sep 18 04:19:25 2008 @@ -21,18 +21,6 @@ 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 { @@ -869,23 +857,6 @@ WSAAPI WsAsyncGlobalInitialize(VOID);
-INT -WSAAPI -GetNameInfoW(IN CONST SOCKADDR *pSockaddr, - IN socklen_t SockaddrLength, - OUT PWCHAR pNodeBuffer, - IN DWORD NodeBufferSize, - OUT PWCHAR pServiceBuffer, - IN DWORD ServiceBufferSize, - IN INT Flags); - -BOOL -WSPAPI -WPUPostMessage(IN HWND hWnd, - IN UINT Msg, - IN WPARAM wParam, - IN LPARAM lParam); - FORCEINLINE PWSPROCESS WsGetProcess()