ws2_32: Implement get socket option SO_PROTOCOL_INFO (try 2)

Bruno Jesus 00cpxxx at gmail.com
Tue Sep 3 14:30:24 CDT 2013


On Tue, Sep 3, 2013 at 4:26 PM, Charles Davis <cdavis5x at gmail.com> wrote:
>> You mean removing protocol.c and adding all content to socket.c? If
>> yes I would appreciate if you could do that because I don't have the
>> git skills and wouldn't now how to sort the functions inside socket.c.
> It's not that hard. Just copy all the substantial stuff from protocol.c
> into socket.c, and then you can run:
>
>  $ git rm --force protocol.c
>  $ git commit --amend socket.c protocol.c # apply changes to your existing commit

Thanks, but what about makefiles and automake stuff?

> Chip


Regards,
Bruno



More information about the wine-devel mailing list