ChangeSet ID: 15543
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/19 11:00:21
Modified files:
dlls/ole32/tests: marshal.c
dlls/ole32 : oleproxy.c marshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Initialize ppv pointer in ClientIdentity_QueryInterface to NULL as
apps depend on this.
- Don't release IRpcProxyBuffer on ifproxy destruction - the caller
will do this for us.
- Make find_proxy_manager add a reference to the proxy manager and
make proxy_manager_construct return an object with a valid
ref-count.
- Remove stray not operator to fix a memory leak / crash in
proxy_manager_destroy.
- More debug messages, especially on errors.
- Fix ref-count leak in the Class Factory proxy.
- Add a test case for IClassFactory_CreateInstance.
Patch: http://cvs.winehq.org/patch.py?id=15543
Old revision New revision Changes Path
1.7 1.8 +53 -9 wine/dlls/ole32/tests/marshal.c
1.25 1.26 +2 -3 wine/dlls/ole32/oleproxy.c
1.52 1.53 +54 -16 wine/dlls/ole32/marshal.c
ChangeSet ID: 15536
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/19 10:58:03
Modified files:
dlls/msi : msi.spec msi.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Do a very basic first implementation of MsiConfigureProductExW for
msiexec /@ when run as a reboot.
Also add a number of new stubs for the office xp and 2k3 install and
startup process.
Patch: http://cvs.winehq.org/patch.py?id=15536
Old revision New revision Changes Path
1.26 1.27 +5 -5 wine/dlls/msi/msi.spec
1.48 1.49 +141 -3 wine/dlls/msi/msi.c