wbemprox: Implement some properties of Win32_ComputerSystem and Win32_DiskPartition.

Hans Leidekker hans at codeweavers.com
Mon Apr 8 03:08:15 CDT 2013


On Mon, 2013-04-08 at 01:56 +0900, Kim Jung Eon (김중언) wrote:
> @@ -241,18 +243,21 @@ static const struct column col_compsys[] =
>      { prop_modelW,                CIM_STRING },
>      { prop_numlogicalprocessorsW, CIM_UINT32, VT_I4 },
>      { prop_numprocessorsW,        CIM_UINT32, VT_I4 },
> -    { prop_totalphysicalmemoryW,  CIM_UINT64 }
> +    { prop_totalphysicalmemoryW,  CIM_UINT64 },
> +    { prop_nameW,                 CIM_STRING|COL_FLAG_DYNAMIC }

Please keep properties sorted.





More information about the wine-devel mailing list