wine/ include/file.h files/file.c dlls/winsock ...

Alexandre Julliard julliard at winehq.org
Mon Dec 1 22:19:56 CST 2003


ChangeSet ID:	10287
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/12/01 22:19:56

Modified files:
	include        : file.h 
	files          : file.c 
	dlls/winsock   : socket.c 
	dlls/winedos   : int13.c 
	dlls/kernel    : sync.c comm.c 

Log message:
	Use wine_server_release_fd() instead of close() everywhere we use
	wine_server_handle_to_fd().
	A few minor winsock cleanups.

Patch: http://cvs.winehq.com/patch.py?id=10287

Old revision  New revision  Changes     Path
 1.61          1.62          +0 -1       wine/include/file.h
 1.193         1.194         +0 -34      wine/files/file.c
 1.140         1.141         +275 -332   wine/dlls/winsock/socket.c
 1.5           1.6           +1 -2       wine/dlls/winedos/int13.c
 1.44          1.45          +16 -6      wine/dlls/kernel/sync.c
 1.73          1.74          +64 -89     wine/dlls/kernel/comm.c




More information about the wine-cvs mailing list