wbemprox: Fix the type mapping for Win32_SoundDevice.StatusInfo.

oldstable
Hans Leidekker 2015-02-16 14:43:02 +01:00 committed by Alexandre Julliard
parent 56ff1cc76a
commit 797bd65f62
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ static const struct column col_sounddevice[] =
{
{ prop_nameW, CIM_STRING },
{ prop_productnameW, CIM_STRING },
{ prop_statusinfoW, CIM_UINT16 }
{ prop_statusinfoW, CIM_UINT16, VT_I4 }
};
static const struct column col_stdregprov[] =
{