wbemprox: Override variant conversion for Win32_VideoController.AdapterRAM.

This commit is contained in:
Hans Leidekker 2013-06-14 10:02:02 +02:00 committed by Alexandre Julliard
parent c9fe6139b5
commit 33c440fb22
1 changed files with 1 additions and 1 deletions

View File

@ -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 },