ChangeSet ID: 15459
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/14 11:20:27
Modified files:
dlls/ole32 : compobj_private.h
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Remove obsolete structs, rearrange things to group the structs
together and to group similar functions.
- Document thread-safety of members of structs.
Patch: http://cvs.winehq.org/patch.py?id=15459
Old revision New revision Changes Path
1.33 1.34 +72 -96 wine/dlls/ole32/compobj_private.h
ChangeSet ID: 15456
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/14 11:05:53
Modified files:
dlls/msi : msi.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Actually start on an implemention for MsiGetComponentPathW that should
handle all keypaths that are files.
Patch: http://cvs.winehq.org/patch.py?id=15456
Old revision New revision Changes Path
1.46 1.47 +54 -5 wine/dlls/msi/msi.c