Michael Stahl wrote:
libxml2 2.6.31 would not build for me on win32.when linking, it complained about missing getadddrinfo and freeaddrinfo functions. because i have no clue when it comes to win32, i googled around, which yielded a msdn page that claimed that there are inline implementations of these functions in a certain header, resulting in the following patch.regards, michael stahl
Why <Wspiapi.h> ? Why with upper case letter ? Why not ws2tcpip.h ? Roumen