Commit 7c7f0bb2 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

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

parent 57f8bd05
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment