[PATCH v2 2/2] wbemprox: Map CIM_UINT16 and CIM_UINT32 to VT_I4 by default.

Chip Davis cdavis at codeweavers.com
Thu Sep 19 10:59:02 CDT 2019


September 19, 2019 9:54 AM, "Hans Leidekker" <hans at codeweavers.com> wrote:

> diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c
> index 9ee7762b5b..9d4369bdff 100644
> --- a/dlls/wbemprox/builtin.c
> +++ b/dlls/wbemprox/builtin.c
> @@ -783,7 +780,7 @@ static const struct column col_stdregprov[] =
>  static const struct column col_systemenclosure[] =
>  {
>      { prop_captionW, CIM_STRING },
> -    { prop_chassistypesW, CIM_UINT16|CIM_FLAG_ARRAY|COL_FLAG_DYNAMIC, VT_I4|VT_ARRAY },
> +    { prop_chassistypesW, CIM_UINT16|CIM_FLAG_ARRAY|COL_FLAG_DYNAMIC|VT_ARRAY },
                                                                       ^^^^^^^^^

Somehow, I don't think you meant to keep that.

Chip



More information about the wine-devel mailing list