wbemprox: Override variant conversion for Win32_VideoController.AdapterRAM.
This commit is contained in:
parent
c9fe6139b5
commit
33c440fb22
|
@ -403,7 +403,7 @@ static const struct column col_stdregprov[] =
|
|||
};
|
||||
static const struct column col_videocontroller[] =
|
||||
{
|
||||
{ prop_adapterramW, CIM_UINT32 },
|
||||
{ prop_adapterramW, CIM_UINT32, VT_I4 },
|
||||
{ prop_currentbitsperpixelW, CIM_UINT32 },
|
||||
{ prop_currenthorizontalresW, CIM_UINT32 },
|
||||
{ prop_currentverticalresW, CIM_UINT32 },
|
||||
|
|
Loading…
Reference in New Issue