1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/other-licenses/7zstub/src/7zip/FileManager/FormatUtils.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +// FormatUtils.h 1.5 + 1.6 +#ifndef __FORMATUTILS_H 1.7 +#define __FORMATUTILS_H 1.8 + 1.9 +#include "Common/Types.h" 1.10 +#include "Common/String.h" 1.11 + 1.12 +UString NumberToString(UInt64 number); 1.13 + 1.14 +UString MyFormatNew(const UString &format, const UString &argument); 1.15 +UString MyFormatNew(UINT resourceID, 1.16 + #ifdef LANG 1.17 + UInt32 langID, 1.18 + #endif 1.19 + const UString &argument); 1.20 + 1.21 +#endif