[PATCH] taskmgr: Use different units depending on memory usage.

Nikolay Sivov nsivov at codeweavers.com
Wed Apr 3 05:49:30 CDT 2019


On 4/3/19 1:45 PM, Vijay Kiran Kamuju wrote:

> -    static const WCHAR    wszFormat[] = {'%','d','K',0};
> -
> +    static const WCHAR    wszFormatKB[] = {'%','u',' ','K','B',0};
> +    static const WCHAR    wszFormatMB[] = {'%','u',' ','M','B',0};
> +    static const WCHAR    wszFormatGB[] = {'%','.','1','f',' ','G','B',0};
> +
This probably should be localized.



More information about the wine-devel mailing list