ChangeSet ID: 19684 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/22 04:15:23
Modified files: dlls/msi : package.c msipriv.h install.c helpers.c format.c files.c classes.c action.h action.c
Log message: Mike McCormack mike@codeweavers.com - build a standard Wine list of components instead of using an array - use component pointers instead of array indexes
Patch: http://cvs.winehq.org/patch.py?id=19684
Old revision New revision Changes Path 1.46 1.47 +1 -2 wine/dlls/msi/package.c 1.73 1.74 +1 -2 wine/dlls/msi/msipriv.h 1.3 1.4 +5 -5 wine/dlls/msi/install.c 1.7 1.8 +19 -20 wine/dlls/msi/helpers.c 1.17 1.18 +4 -5 wine/dlls/msi/format.c 1.10 1.11 +12 -20 wine/dlls/msi/files.c 1.1 1.2 +18 -22 wine/dlls/msi/classes.c 1.23 1.24 +8 -6 wine/dlls/msi/action.h 1.176 1.177 +123 -143 wine/dlls/msi/action.c