ChangeSet ID: 14380 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/11/01 17:18:47
Modified files: include : winsock2.h dlls/winsock/tests: Makefile.in .cvsignore dlls/winsock : ws2_32.spec protocol.c Added files: dlls/winsock/tests: protocol.c
Log message: Hans Leidekker hans@it.vu.nl Fill WSAPROTOCOL_INFO structures instead of PROTOCOL_INFO structures. Implement WSCEnumProtocols(). Add some tests.
Patch: http://cvs.winehq.org/patch.py?id=14380
Old revision New revision Changes Path 1.25 1.26 +25 -0 wine/include/winsock2.h 1.1 1.2 +1 -0 wine/dlls/winsock/tests/Makefile.in 1.4 1.5 +1 -0 wine/dlls/winsock/tests/.cvsignore 1.38 1.39 +1 -1 wine/dlls/winsock/ws2_32.spec 1.1 1.2 +288 -199 wine/dlls/winsock/protocol.c Added 1.1 +0 -0 wine/dlls/winsock/tests/protocol.c