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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 20 06:20:44 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 7c7f0bb2c18b23003bd7c63cb9e8b9ab90cf9cec
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=7c7f0bb2c18b23003bd7c63cb9e8b9ab90cf9cec

Author: James Hawkins <truiken at 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 




More information about the wine-cvs mailing list