Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
796d4d0c
Commit
796d4d0c
authored
Nov 04, 2013
by
Hans Leidekker
Committed by
Alexandre Julliard
Nov 04, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbemprox: Implement Win32_BaseBoard.Model and Win32_BaseBoard.Name.
parent
e0344e1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
builtin.c
dlls/wbemprox/builtin.c
+5
-1
No files found.
dlls/wbemprox/builtin.c
View file @
796d4d0c
...
...
@@ -253,6 +253,8 @@ static const WCHAR prop_versionW[] =
static
const
struct
column
col_baseboard
[]
=
{
{
prop_manufacturerW
,
CIM_STRING
},
{
prop_modelW
,
CIM_STRING
},
{
prop_nameW
,
CIM_STRING
},
{
prop_serialnumberW
,
CIM_STRING
},
{
prop_tagW
,
CIM_STRING
|
COL_FLAG_KEY
}
};
...
...
@@ -506,6 +508,8 @@ static const WCHAR videocontroller_deviceidW[] =
struct
record_baseboard
{
const
WCHAR
*
manufacturer
;
const
WCHAR
*
model
;
const
WCHAR
*
name
;
const
WCHAR
*
serialnumber
;
const
WCHAR
*
tag
;
};
...
...
@@ -697,7 +701,7 @@ struct record_videocontroller
static
const
struct
record_baseboard
data_baseboard
[]
=
{
{
baseboard_manufacturerW
,
baseboard_serialnumberW
,
baseboard_tagW
}
{
baseboard_manufacturerW
,
baseboard_
tagW
,
baseboard_tagW
,
baseboard_
serialnumberW
,
baseboard_tagW
}
};
static
const
struct
record_bios
data_bios
[]
=
{
...
...
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