Commit 33c440fb authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

wbemprox: Override variant conversion for Win32_VideoController.AdapterRAM.

parent c9fe6139
......@@ -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 },
......
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