On Mon, Sep 30, 2013 at 6:32 AM, Alexandre Julliard julliard@winehq.org wrote:
Bruno Jesus 00cpxxx@gmail.com writes:
@@ -2427,6 +2427,46 @@ static void WINAPI WS2_GetAcceptExSockaddrs(PVOID buffer, DWORD data_size, DWORD }
/***********************************************************************
WSASendMsg
- */
+int WINAPI WSASendMsg( SOCKET s, LPWSAMSG msg, DWORD dwFlags, LPDWORD lpNumberOfBytesSent,
LPWSAOVERLAPPED lpOverlapped,
LPWSAOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine)
This is redundant, WS2_sendto will already fetch the file descriptor, any necessary error checking should happen there.
Ok, thanks for the review. I'll try again asap.
-- Alexandre Julliard julliard@winehq.org
Bruno