summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/FileManager/FormatUtils.h
blob: 70a44434703c2d2d152aced44be8623232674e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// FormatUtils.h

#ifndef __FORMATUTILS_H
#define __FORMATUTILS_H

#include "Common/Types.h"
#include "Common/MyString.h"

UString NumberToString(UInt64 number);

UString MyFormatNew(const UString &format, const UString &argument);
UString MyFormatNew(UINT resourceID,
    #ifdef LANG
    UInt32 langID,
    #endif
    const UString &argument);

#endif