Author: cgutman Date: Tue Sep 16 22:19:20 2008 New Revision: 36276
URL: http://svn.reactos.org/svn/reactos?rev=36276&view=rev Log: - Fix a build error
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/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] Tue Sep 16 22:19:20 2008 @@ -869,6 +869,16 @@ 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); + FORCEINLINE PWSPROCESS WsGetProcess()