ChangeSet ID: 19749 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/23 05:03:17
Modified files: dlls/msi : package.c msipriv.h helpers.c format.c files.c custom.c classes.c action.h action.c
Log message: Mike McCormack mike@codeweavers.com - build a standard Wine list of files instead of using an array - use file pointers instead of array indexes
Patch: http://cvs.winehq.org/patch.py?id=19749
Old revision New revision Changes Path 1.48 1.49 +1 -2 wine/dlls/msi/package.c 1.75 1.76 +1 -2 wine/dlls/msi/msipriv.h 1.9 1.10 +35 -48 wine/dlls/msi/helpers.c 1.18 1.19 +8 -9 wine/dlls/msi/format.c 1.11 1.12 +20 -40 wine/dlls/msi/files.c 1.18 1.19 +6 -4 wine/dlls/msi/custom.c 1.3 1.4 +6 -7 wine/dlls/msi/classes.c 1.25 1.26 +3 -2 wine/dlls/msi/action.h 1.179 1.180 +64 -75 wine/dlls/msi/action.c