msi: MsiQueryFeatureState and MsiUseFeatureEx return INSTALLSTATE, not UINT.
This commit is contained in:
parent
37895faaa8
commit
b03082c397
|
@ -65,7 +65,7 @@ static void init_functionpointers(void)
|
|||
|
||||
static void test_usefeature(void)
|
||||
{
|
||||
UINT r;
|
||||
INSTALLSTATE r;
|
||||
|
||||
if (!pMsiUseFeatureExA)
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue