2009/3/30 Alexandre Julliard :
> Rob Shearman writes:
>
>> socketpair is only needed for the server functions for ncacn_ip_tcp.
>> The tower implementation that ncacn_http and ncacn_ip_tcp share
>> doesn't depend on it.
>
> It doesn't need socketpair, but it needs getaddrinfo and friends so it
> s
Rob Shearman writes:
> socketpair is only needed for the server functions for ncacn_ip_tcp.
> The tower implementation that ncacn_http and ncacn_ip_tcp share
> doesn't depend on it.
It doesn't need socketpair, but it needs getaddrinfo and friends so it
still won't build on Mingw, that's why I di