ws2_32: Implement get socket option SO_PROTOCOL_INFO (try 2)

Charles Davis cdavis5x at gmail.com
Tue Sep 3 14:57:35 CDT 2013


On Sep 3, 2013, at 1:30 PM, Bruno Jesus wrote:

> 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?
automake? Wine doesn't use automake.

As for the makefiles, just look in dlls/ws2_32/Makefile.in for the line:

C_SRCS = \
	async.c \
	protocol.c \
	socket.c

and remove the reference to protocol.c.

Chip

> 
>> Chip
> 
> 
> Regards,
> Bruno




More information about the wine-devel mailing list