diff --git a/dlls/msi/install.c b/dlls/msi/install.c index fdec30c9995..ff6e21f37cb 100644 --- a/dlls/msi/install.c +++ b/dlls/msi/install.c @@ -827,3 +827,32 @@ UINT WINAPI MsiSetInstallLevel(MSIHANDLE hInstall, int iInstallLevel) return r; } + +/*********************************************************************** + * MsiGetFeatureValidStatesW (MSI.@) + */ +UINT WINAPI MsiGetFeatureValidStatesW(MSIHANDLE hInstall, LPCWSTR szFeature, + DWORD* pInstallState) +{ + if(pInstallState) *pInstallState = 1<