[2/2] wbemprox: Add bios name column in Win32_BIOS.

Hans Leidekker hans at codeweavers.com
Wed Oct 7 01:44:14 CDT 2015


On Wed, 2015-10-07 at 03:51 +0200, Sebastian Lackner wrote:
> diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c
> index 1c960eb..8f51453 100644
> --- a/dlls/wbemprox/builtin.c
> +++ b/dlls/wbemprox/builtin.c
> @@ -377,7 +377,8 @@ static const struct column col_bios[] =
>      { prop_releasedateW,        CIM_DATETIME },
>      { prop_serialnumberW,       CIM_STRING },
>      { prop_smbiosbiosversionW,  CIM_STRING },
> -    { prop_versionW,            CIM_STRING|COL_FLAG_KEY }
> +    { prop_versionW,            CIM_STRING|COL_FLAG_KEY },
> +    { prop_nameW,               CIM_STRING }

Please keep them sorted.





More information about the wine-devel mailing list