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>
This commit is contained in:
parent
8f1092a6ee
commit
7dba53a0f2
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue