http://bugs.winehq.org/show_bug.cgi?id=4323
------- Additional Comments From lionel@mamane.lu 2006-02-05 16:56 ------- I now get a bunch of these:
warn:winsock:convert_aiflag_u2w Unhandled UNIX AI_xxx flags 28
Not sure wether this 28 is decimal or hexa, but in all cases, /usr/include/netdb.h says:
# define AI_NUMERICHOST 0x0004 /* Don't use name resolution. */ # define AI_V4MAPPED 0x0008 /* IPv4 mapped addresses are acceptable. */ # define AI_ALL 0x0010 /* Return IPv4 map # define AI_ADDRCONFIG 0x0020 /* Use configuration of this host to choose returned address type.. */