ChangeSet ID: 19027
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/07/19 21:27:43
Modified files:
include : util.php
Log message:
Tony Lambregts <tony.lambregts(a)gmail.com>
Add some functions that will be used to maintain buglinks
Patch: http://cvs.winehq.org/patch.py?id=19027
Old revision New revision Changes Path
1.37 1.38 +72 -0 appdb/include/util.php
ChangeSet ID: 19022
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/19 14:59:41
Modified files:
dlls/ole32 : stubmanager.c marshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Always query for the correct stub interface, otherwise we will be
pointing to the completely wrong object when a proxy does a
queryinterface.
- Remove assumption that the stub buffer will handle the lifetime of
the object.
Patch: http://cvs.winehq.org/patch.py?id=19022
Old revision New revision Changes Path
1.23 1.24 +1 -1 wine/dlls/ole32/stubmanager.c
1.78 1.79 +20 -21 wine/dlls/ole32/marshal.c