ChangeSet ID: 18694 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/05 16:00:06
Modified files: include : msi.h dlls/msi : msipriv.h files.c Makefile.in Added files: dlls/msi : source.c
Log message: Aric Stewart aric@codeweavers.com Add source.c to start handling the various MsiSourceList apis used in v3 of MSI, and now internally. Update files.c to use the MsiSourceList apis to make sure our SourceList keys in the registry are included and correct.
Patch: http://cvs.winehq.org/patch.py?id=18694
Old revision New revision Changes Path 1.23 1.24 +38 -0 wine/include/msi.h 1.69 1.70 +1 -0 wine/dlls/msi/msipriv.h 1.5 1.6 +92 -6 wine/dlls/msi/files.c 1.33 1.34 +1 -0 wine/dlls/msi/Makefile.in Added 1.1 +0 -0 wine/dlls/msi/source.c