ChangeSet ID: 17848
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/01 06:03:40
Modified files:
dlls/oleaut32 : tmarshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
If we are accessing a method from a superclass then we need to use the
superclass's ITypeInfo otherwise we could get errors when accessing
hreftypes that aren't present in the subclass.
Patch: http://cvs.winehq.org/patch.py?id=17848
Old revision New revision Changes Path
1.52 1.53 +34 -20 wine/dlls/oleaut32/tmarshal.c
ChangeSet ID: 17846
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/01 06:03:05
Modified files:
dlls/oleaut32 : dispatch.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
DispInvoke is correct so there is no need to print a fixme.
Patch: http://cvs.winehq.org/patch.py?id=17846
Old revision New revision Changes Path
1.24 1.25 +1 -6 wine/dlls/oleaut32/dispatch.c