ChangeSet ID: 19017
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/19 14:42:50
Modified files:
dlls/oleaut32 : tmarshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Fix confusion between number of characters and number of bytes in
unmarshaling BSTRs. Convert it all to characters for consistency with
the BSTR_User* routines.
Patch: http://cvs.winehq.org/patch.py?id=19017
Old revision New revision Changes Path
1.58 1.59 +24 -20 wine/dlls/oleaut32/tmarshal.c
ChangeSet ID: 19016
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/19 14:42:33
Modified files:
dlls/ole32 : stubmanager.c rpc.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Silence now noisy error messages caused by changes in the way we call
ipid_to_stubmanager. Move the error message to the one place it is
needed.
Patch: http://cvs.winehq.org/patch.py?id=19016
Old revision New revision Changes Path
1.22 1.23 +1 -1 wine/dlls/ole32/stubmanager.c
1.63 1.64 +1 -1 wine/dlls/ole32/rpc.c
ChangeSet ID: 19012
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/19 14:13:11
Modified files:
dlls/ole32 : oleproxy.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- We should be starting with 1 reference.
- IRpcStubBuffer_Disconnect can be called more than once.
Patch: http://cvs.winehq.org/patch.py?id=19012
Old revision New revision Changes Path
1.35 1.36 +10 -4 wine/dlls/ole32/oleproxy.c