reactos/modules/rostests/apitests/ws2_32
Colin Finck da53a9399a [WS2_32_APITEST] Make the apitest fully C89-compliant to fix building under MSVC 2010.
In C89, you can only initialize the first member of a union within a declaration. Unfortunately, that is the S_un_b UCHAR array for the S_un union inside struct in_addr.
So we have to initialize it with each UCHAR member of Address.
2017-10-06 17:33:47 +02:00
..
bind.c
close.c
CMakeLists.txt
getaddrinfo.c
getnameinfo.c
getservbyname.c
getservbyport.c
helpers.c
ioctlsocket.c
nonblocking.c
nostartup.c
recv.c
send.c
testlist.c
ws2_32.h
WSAAsync.c
WSAIoctl.c
WSARecv.c
WSAStartup.c