Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
07035679
Commit
07035679
authored
Aug 05, 2014
by
Indrek Altpere
Committed by
Alexandre Julliard
Aug 06, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbemprox: Fix a few OLE variant mappings.
parent
af9f3a20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
builtin.c
dlls/wbemprox/builtin.c
+6
-6
No files found.
dlls/wbemprox/builtin.c
View file @
07035679
...
...
@@ -313,7 +313,7 @@ static const struct column col_compsys[] =
{
{
prop_descriptionW
,
CIM_STRING
},
{
prop_domainW
,
CIM_STRING
},
{
prop_domainroleW
,
CIM_UINT16
},
{
prop_domainroleW
,
CIM_UINT16
,
VT_I4
},
{
prop_manufacturerW
,
CIM_STRING
},
{
prop_modelW
,
CIM_STRING
},
{
prop_nameW
,
CIM_STRING
|
COL_FLAG_DYNAMIC
},
...
...
@@ -380,8 +380,8 @@ static const struct column col_networkadapter[] =
};
static
const
struct
column
col_networkadapterconfig
[]
=
{
{
prop_indexW
,
CIM_UINT32
|
COL_FLAG_KEY
},
{
prop_ipconnectionmetricW
,
CIM_UINT32
},
{
prop_indexW
,
CIM_UINT32
|
COL_FLAG_KEY
,
VT_I4
},
{
prop_ipconnectionmetricW
,
CIM_UINT32
,
VT_I4
},
{
prop_ipenabledW
,
CIM_BOOLEAN
},
{
prop_macaddressW
,
CIM_STRING
|
COL_FLAG_DYNAMIC
}
};
...
...
@@ -498,9 +498,9 @@ static const struct column col_videocontroller[] =
{
prop_adapterdactypeW
,
CIM_STRING
},
{
prop_adapterramW
,
CIM_UINT32
,
VT_I4
},
{
prop_availabilityW
,
CIM_UINT16
},
{
prop_currentbitsperpixelW
,
CIM_UINT32
},
{
prop_currenthorizontalresW
,
CIM_UINT32
},
{
prop_currentverticalresW
,
CIM_UINT32
},
{
prop_currentbitsperpixelW
,
CIM_UINT32
,
VT_I4
},
{
prop_currenthorizontalresW
,
CIM_UINT32
,
VT_I4
},
{
prop_currentverticalresW
,
CIM_UINT32
,
VT_I4
},
{
prop_descriptionW
,
CIM_STRING
|
COL_FLAG_DYNAMIC
},
{
prop_deviceidW
,
CIM_STRING
|
COL_FLAG_KEY
},
{
prop_nameW
,
CIM_STRING
|
COL_FLAG_DYNAMIC
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment