ChangeSet ID: 1028157647850393693502159 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/07/31 18:20:47
Modified files: dlls/winsock : async.c socket.c dlls/wsock32 : protocol.c include/wine : port.h library : port.c
Log message: Moved the #ifdefs for the getnetby* etc. functions directly into the winsock implementation to avoid having to redefine the data structures in port.h.
Patch: http://cvs.winehq.com/patch.py?id=1028157647850393693502159
Revision Changes Path 1.24 +8 -0 wine/dlls/winsock/async.c 1.100 +6 -1 wine/dlls/winsock/socket.c 1.11 +4 -0 wine/dlls/wsock32/protocol.c 1.29 +0 -42 wine/include/wine/port.h 1.33 +0 -55 wine/library/port.c