ChangeSet ID: 15816
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/31 14:41:11
Modified files:
dlls/msi : format.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
A reworking of format.c to remove the recursion, clean things up and
stabilize behavior to match windows.
Patch: http://cvs.winehq.org/patch.py?id=15816
Old revision New revision Changes Path
1.2 1.3 +372 -181 wine/dlls/msi/format.c
ChangeSet ID: 15810
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/31 10:24:23
Modified files:
tools/widl : write_msft.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Dynamically allocate the type data storage.
Split the function and variable type data into two - this will be
needed for dispinterfaces.
Patch: http://cvs.winehq.org/patch.py?id=15810
Old revision New revision Changes Path
1.25 1.26 +116 -52 wine/tools/widl/write_msft.c
ChangeSet ID: 15807
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/31 10:23:12
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Eliminate the giant if.. else if block from ACTION_ProcessAction in
favor of a table of handlers.
Return code of the install should not depend on the return code of the
final action.
Update component installed states as they are installed so that
conditions based on component states are at least a little more
correct.
Add icon and argument when regestering clsids.
Add a stub for ResolveSource because we do that work just not in
ResolveSource like we should.
When quering a Component state return the correct state.
Patch: http://cvs.winehq.org/patch.py?id=15807
Old revision New revision Changes Path
1.76 1.77 +240 -78 wine/dlls/msi/action.c