Module: wine Branch: refs/heads/master Commit: 7c7f0bb2c18b23003bd7c63cb9e8b9ab90cf9cec URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7c7f0bb2c18b23003bd7c63c...
Author: James Hawkins truiken@gmail.com Date: Wed Jul 19 11:15:37 2006 -0700
msi: Rename SetFeatureStates to match the naming scheme of internal msi functions.
---
dlls/msi/action.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/msi/action.c b/dlls/msi/action.c index 66ff965..d6ca5d7 100644 --- a/dlls/msi/action.c +++ b/dlls/msi/action.c @@ -1590,7 +1590,7 @@ static BOOL process_state_property (MSIP 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(MSIPACKA
ACTION_UpdateInstallStates(package);
- return SetFeatureStates(package); + return MSI_SetFeatureStates(package); }
/* OK this value is "interpreted" and then formatted based on the