[3/3] ws2_32: Implement WSASendMsg() (try 2)

Bruno Jesus 00cpxxx at gmail.com
Mon Sep 30 12:33:09 CDT 2013


On Mon, Sep 30, 2013 at 6:32 AM, Alexandre Julliard <julliard at winehq.org> wrote:
>
> Bruno Jesus <00cpxxx at 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 at winehq.org

Bruno



More information about the wine-devel mailing list