ChangeSet ID: 19727 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/22 09:09:17
Modified files: dlls/msi : package.c msipriv.h install.c helpers.c events.c classes.c action.h action.c
Log message: Mike McCormack mike@codeweavers.com - build a standard Wine list of features instead of using an array - use feature pointers instead of array indexes
Patch: http://cvs.winehq.org/patch.py?id=19727
Old revision New revision Changes Path 1.47 1.48 +1 -2 wine/dlls/msi/package.c 1.74 1.75 +1 -2 wine/dlls/msi/msipriv.h 1.4 1.5 +18 -20 wine/dlls/msi/install.c 1.8 1.9 +39 -39 wine/dlls/msi/helpers.c 1.6 1.7 +12 -12 wine/dlls/msi/events.c 1.2 1.3 +18 -20 wine/dlls/msi/classes.c 1.24 1.25 +6 -5 wine/dlls/msi/action.h 1.177 1.178 +95 -115 wine/dlls/msi/action.c