Commit 2821ae47 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

wbemprox: Win32_NetworkAdapter.InterfaceIndex is unsigned.

parent fe79fea7
......@@ -132,7 +132,7 @@ static const struct column col_compsys[] =
static const struct column col_networkadapter[] =
{
{ prop_deviceidW, CIM_STRING|COL_FLAG_DYNAMIC|COL_FLAG_KEY },
{ prop_interfaceindexW, CIM_SINT32 },
{ prop_interfaceindexW, CIM_UINT32 },
{ prop_netconnectionstatusW, CIM_UINT16 },
{ prop_speedW, CIM_UINT64 }
};
......
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