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>
(cherry picked from commit 7dba53a0f2
)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
This commit is contained in:
parent
196f033dec
commit
8d2e4ee83a
|
@ -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