http://bugs.winehq.org/show_bug.cgi?id=4626
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2006-20-02 08:54 ------- still doesn't work. I only was able to start up the application by manually uncommenting the ifdef:
//#if HAVE_GETNAMEINFO int ret;
etcetra
return convert_eai_u2w(ret); //#else // FIXME("getnameinfo() failed, not found during buildtime.\n"); // return EAI_FAIL; //#endif
so i guess getnameinfo works, but somehow it isn't detected over here. Any idea why?