Commit 7dba53a0 authored by Chao Long's avatar Chao Long Committed by Alexandre Julliard

wmic: Add missing aliases.

parent 8f1092a6
...@@ -44,7 +44,10 @@ alias_map[] = ...@@ -44,7 +44,10 @@ alias_map[] =
{ L"LogicalDisk", L"Win32_LogicalDisk" }, { L"LogicalDisk", L"Win32_LogicalDisk" },
{ L"nic", L"Win32_NetworkAdapter" }, { L"nic", L"Win32_NetworkAdapter" },
{ L"os", L"Win32_OperatingSystem" }, { 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 ) static const WCHAR *find_class( const WCHAR *alias )
......
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