ChangeSet ID: 20516 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/30 05:32:41
Modified files: dlls/msi : msipriv.h msi.c helpers.c action.c
Log message: Mike McCormack mike@codeweavers.com Rename ACTION_DoTopLevelINSTALL to MSI_InstallPackage, remove its duplicate 4th parameter. Split the code to copy a package into a separate function.
Patch: http://cvs.winehq.org/patch.py?id=20516
Old revision New revision Changes Path 1.98 1.99 +1 -2 wine/dlls/msi/msipriv.h 1.105 1.106 +3 -3 wine/dlls/msi/msi.c 1.32 1.33 +0 -1 wine/dlls/msi/helpers.c 1.210 1.211 +62 -46 wine/dlls/msi/action.c