ChangeSet ID: 21318 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/17 06:58:35
Modified files: include : ws2tcpip.h config.h.in dlls/winsock : ws2_32.spec socket.c . : configure.ac configure
Log message: Marcus Meissner marcus@jet.franken.de Implemented getaddrinfo(), including full mapping of struct addrinfo between UNIX and Windows. Based on a patch by Mike Hearn.
Patch: http://cvs.winehq.org/patch.py?id=21318
Old revision New revision Changes Path 1.6 1.7 +34 -0 wine/include/ws2tcpip.h 1.234 1.235 +3 -0 wine/include/config.h.in 1.42 1.43 +3 -2 wine/dlls/winsock/ws2_32.spec 1.194 1.195 +188 -2 wine/dlls/winsock/socket.c 1.413 1.414 +1 -0 wine/configure.ac 1.716 1.717 +2 -0 wine/configure