[PATCH] wbemprox: Add WMI namespace

Hans Leidekker hans at codeweavers.com
Fri Oct 15 05:06:03 CDT 2021


On Fri, 2021-10-15 at 18:31 +1100, Alistair Leslie-Hughes wrote:
> Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
> ---
>  dlls/wbemprox/builtin.c          | 1 +
>  dlls/wbemprox/wbemprox_private.h | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c
> index d76602f4930..90bc5ae644f 100644
> --- a/dlls/wbemprox/builtin.c
> +++ b/dlls/wbemprox/builtin.c
> @@ -4135,6 +4135,7 @@ builtin_namespaces[WBEMPROX_NAMESPACE_LAST] =
>  {
>      {L"cimv2", cimv2_builtin_classes, ARRAY_SIZE(cimv2_builtin_classes)},
>      {L"Microsoft\\Windows\\Storage", NULL, 0},
> +    {L"wmi", NULL, 0},
>  };

Do you have an application that needs this?





More information about the wine-devel mailing list