Commit b03082c3 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: MsiQueryFeatureState and MsiUseFeatureEx return INSTALLSTATE, not UINT.

parent 37895faa
......@@ -65,7 +65,7 @@ static void init_functionpointers(void)
static void test_usefeature(void)
{
UINT r;
INSTALLSTATE r;
if (!pMsiUseFeatureExA)
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment