ChangeSet ID: 19899
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/29 16:46:34
Modified files:
dlls/oleaut32 : typelib.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Shunt some trace statements over to the typelib channel that aren't
really much use except in debugging typelib parsing.
- Make sure to release a reference to being returned as VariantCopyInd
takes one for us.
Patch: http://cvs.winehq.org/patch.py?id=19899
Old revision New revision Changes Path
1.166 1.167 +13 -5 wine/dlls/oleaut32/typelib.c
ChangeSet ID: 19897
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/29 16:45:49
Modified files:
dlls/shell32/tests: shlfolder.c
Log message:
Michael Jung <mjung(a)iss.tu-darmstadt.de>
Added test to show that Windows does not allocate a new pidl in
SHBindToParent.
Patch: http://cvs.winehq.org/patch.py?id=19897
Old revision New revision Changes Path
1.33 1.34 +5 -0 wine/dlls/shell32/tests/shlfolder.c