ChangeSet ID: 20878
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/27 07:08:58
Modified files:
dlls/oleaut32 : tmarshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
There is no need to call IUnknown_QueryInterface since getting the
correct object is handled by the proxy manager.
Patch: http://cvs.winehq.org/patch.py?id=20878
Old revision New revision Changes Path
1.69 1.70 +1 -6 wine/dlls/oleaut32/tmarshal.c
ChangeSet ID: 20871
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/27 06:20:50
Modified files:
server : fd.c
Log message:
Make the unmount_device request take a handle to the device file
itself instead of a handle to a file opened on the device.
Patch: http://cvs.winehq.org/patch.py?id=20871
Old revision New revision Changes Path
1.49 1.50 +17 -5 wine/server/fd.c