On Tue Oct 18 08:40:22 2022 +0000, Jacek Caban wrote:
IP_ADAPTER_IPV4_ENABLED checks look suspicious here, you check it only if IP_ADAPTER_IPV6_ENABLED is set but assume it unconditionally otherwise. Is it a workaround for the fact that those flags are not implemented in Wine?
Yeah, I was also concerned about changing the current code behavior for ipv4, which I did not want to touch at all. Should I add a FIXME comment?