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.