Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/FileManager/FormatUtils.h')
-rwxr-xr-x7zip/FileManager/FormatUtils.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/7zip/FileManager/FormatUtils.h b/7zip/FileManager/FormatUtils.h
index 7902aeea..f7e9b193 100755
--- a/7zip/FileManager/FormatUtils.h
+++ b/7zip/FileManager/FormatUtils.h
@@ -3,18 +3,15 @@
#ifndef __FORMATUTILS_H
#define __FORMATUTILS_H
+#include "Common/Types.h"
#include "Common/String.h"
-// CSysString MyFormat(const CSysString &format, const CSysString &argument);
-
-// CSysString NumberToString(UINT64 number);
-
-UString NumberToStringW(UINT64 number);
+UString NumberToString(UInt64 number);
UString MyFormatNew(const UString &format, const UString &argument);
-UString MyFormatNew(UINT32 resourceID,
+UString MyFormatNew(UINT resourceID,
#ifdef LANG
- UINT32 aLangID,
+ UInt32 langID,
#endif
const UString &argument);