ChangeSet ID: 16123
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/15 09:47:58
Modified files:
dlls/kernel : volume.c
Log message:
Paul van Schayck <polleke(a)gmail.com>
Only stop writing a volume label if we found a non writable fat
partition.
Patch: http://cvs.winehq.org/patch.py?id=16123
Old revision New revision Changes Path
1.22 1.23 +1 -1 wine/dlls/kernel/volume.c
ChangeSet ID: 16122
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/15 09:47:44
Modified files:
dlls/ole32 : git.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
The Global Interface Table should do table-strong marshaling instead
of normal marshaling so that an interface can be retrieved more than
one time.
Patch: http://cvs.winehq.org/patch.py?id=16122
Old revision New revision Changes Path
1.13 1.14 +19 -1 wine/dlls/ole32/git.c
ChangeSet ID: 16121
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/15 09:44:25
Modified files:
dlls/ole32 : rpc.c marshal.c compobj_private.h compobj.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Remove cruft left over from previous RPC backend implementation in
the apartment structure.
- Don't pass an IPID by value for proxy_manager_create_ifproxy.
- Disable more of RPC_UnregisterInterface to prevent the RPC runtime
using freed memory.
- Rename various external RPC backend functions so that they all have
the same "RPC_" prefix.
- Reduce the timeout of the function that connects to a local server
to 30s, like native.
Patch: http://cvs.winehq.org/patch.py?id=16121
Old revision New revision Changes Path
1.55 1.56 +17 -19 wine/dlls/ole32/rpc.c
1.66 1.67 +7 -12 wine/dlls/ole32/marshal.c
1.44 1.45 +17 -30 wine/dlls/ole32/compobj_private.h
1.140 1.141 +1 -5 wine/dlls/ole32/compobj.c