msi: MsiQueryFeatureState and MsiUseFeatureEx return INSTALLSTATE, not UINT.

This commit is contained in:
James Hawkins 2007-11-05 04:41:22 -05:00 committed by Alexandre Julliard
parent 37895faaa8
commit b03082c397
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ static void init_functionpointers(void)
static void test_usefeature(void)
{
UINT r;
INSTALLSTATE r;
if (!pMsiUseFeatureExA)
return;