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
7dba53a0
Commit
7dba53a0
authored
Mar 08, 2021
by
Chao Long
Committed by
Alexandre Julliard
Mar 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wmic: Add missing aliases.
Signed-off-by:
Chao Long
<
longchao@uniontech.com
>
Signed-off-by:
Hans Leidekker
<
hans@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8f1092a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
main.c
programs/wmic/main.c
+4
-1
No files found.
programs/wmic/main.c
View file @
7dba53a0
...
...
@@ -44,7 +44,10 @@ alias_map[] =
{
L"LogicalDisk"
,
L"Win32_LogicalDisk"
},
{
L"nic"
,
L"Win32_NetworkAdapter"
},
{
L"os"
,
L"Win32_OperatingSystem"
},
{
L"process"
,
L"Win32_Process"
}
{
L"process"
,
L"Win32_Process"
},
{
L"baseboard"
,
L"Win32_BaseBoard"
},
{
L"diskdrive"
,
L"Win32_DiskDrive"
},
{
L"memorychip"
,
L"Win32_PhysicalMemory"
}
};
static
const
WCHAR
*
find_class
(
const
WCHAR
*
alias
)
...
...
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