wine/ include/winsock2.h dlls/winsock/ws2_32.s ...

Alexandre Julliard julliard at winehq.org
Mon Jan 10 08:34:16 CST 2005


ChangeSet ID:	15323
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/01/10 08:34:15

Modified files:
	include        : winsock2.h 
	dlls/winsock   : ws2_32.spec socket.c async.c 

Log message:
	Hans Leidekker <hans at it.vu.nl>
	Stub implementations for WPUCompleteOverlappedRequest,
	WSADuplicateSocketW, WSAEnumNameSpaceProviders{A,W}, WSAGetQOSByName,
	WSAGetServiceClassInfo{A,W}, WSAGetServiceClassNameByClassId{A,W},
	WSALookupServiceEnd, WSALookupServiceNext{A,W},
	WSAProviderConfigChange,  WSASetService{A,W}, WSCEnableNSProvider,
	WSCGetProviderPath, WSCInstallNameSpace,  WSCWriteProviderOrder.
	Implementations for WSANtohl, WSANtohs, WSASocketA->W crosscall.
	Avoid NULL dereferences in WSAStringToAddress{A,W} and
	WSAAddressToString{A,W}.

Patch: http://cvs.winehq.org/patch.py?id=15323

Old revision  New revision  Changes     Path
 1.26          1.27          +75 -37     wine/include/winsock2.h
 1.40          1.41          +23 -23     wine/dlls/winsock/ws2_32.spec
 1.170         1.171         +268 -8     wine/dlls/winsock/socket.c
 1.33          1.34          +14 -0      wine/dlls/winsock/async.c




More information about the wine-cvs mailing list