ChangeSet ID: 11361 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/04 17:00:19
Modified files: server : trace.c request.h protocol.def Makefile.in include/wine : server_protocol.h include : file.h files : file.c drive.c dlls/ntdll : ntdll_misc.h ntdll.spec file.c cdrom.c Removed files: server : device.c
Log message: Open a real file handle for drive devices, and get rid of the server device hacks (based on a patch by Eric Pouech).
Patch: http://cvs.winehq.org/patch.py?id=11361
Old revision New revision Changes Path 1.192 1.193 +0 -28 wine/server/trace.c 1.91 1.92 +0 -4 wine/server/request.h 1.93 1.94 +0 -18 wine/server/protocol.def 1.48 1.49 +0 -1 wine/server/Makefile.in 1.94 1.95 +1 -35 wine/include/wine/server_protocol.h 1.64 1.65 +0 -2 wine/include/file.h 1.204 1.205 +11 -23 wine/files/file.c 1.105 1.106 +2 -2 wine/files/drive.c 1.37 1.38 +1 -1 wine/dlls/ntdll/ntdll_misc.h 1.144 1.145 +1 -1 wine/dlls/ntdll/ntdll.spec 1.37 1.38 +1 -13 wine/dlls/ntdll/file.c 1.41 1.42 +109 -113 wine/dlls/ntdll/cdrom.c 1.18 Removed +0 -0 wine/server/device.c