msi: Rename SetFeatureStates to match the naming scheme of internal msi functions.

This commit is contained in:
James Hawkins 2006-07-19 11:15:37 -07:00 committed by Alexandre Julliard
parent 57f8bd057f
commit 7c7f0bb2c1
1 changed files with 2 additions and 2 deletions

View File

@ -1590,7 +1590,7 @@ static BOOL process_state_property (MSIPACKAGE* package, LPCWSTR property,
return TRUE;
}
static UINT SetFeatureStates(MSIPACKAGE *package)
static UINT MSI_SetFeatureStates(MSIPACKAGE *package)
{
int install_level;
static const WCHAR szlevel[] =
@ -1935,7 +1935,7 @@ static UINT ACTION_CostFinalize(MSIPACKAGE *package)
ACTION_UpdateInstallStates(package);
return SetFeatureStates(package);
return MSI_SetFeatureStates(package);
}
/* OK this value is "interpreted" and then formatted based on the