28 Sep
2020
28 Sep
'20
7:16 p.m.
Zebediah Figura <z.figura12(a)gmail.com> writes:
Looking up protocol information by protocol number is not reliable, as protocol numbers for different families may overlap.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> --- dlls/ws2_32/socket.c | 210 ++++++++++++++++++++++++++++++------------- 1 file changed, 149 insertions(+), 61 deletions(-)
clang doesn't like this: ../wine/dlls/ws2_32/socket.c:209:23: error: initializer element is not a compile-time constant .ProviderId = ProviderIdIP, ^~~~~~~~~~~~ 1 error generated. make: *** [Makefile:166412: dlls/ws2_32/socket.o] Error 1 -- Alexandre Julliard julliard(a)winehq.org