mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 22:11:37 -06:00
3.13
This commit is contained in:
23
7zip/FileManager/FormatUtils.h
Executable file
23
7zip/FileManager/FormatUtils.h
Executable file
@@ -0,0 +1,23 @@
|
||||
// FormatUtils.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __FORMATUTILS_H
|
||||
#define __FORMATUTILS_H
|
||||
|
||||
#include "Common/String.h"
|
||||
|
||||
// CSysString MyFormat(const CSysString &format, const CSysString &argument);
|
||||
|
||||
// CSysString NumberToString(UINT64 number);
|
||||
|
||||
UString NumberToStringW(UINT64 number);
|
||||
|
||||
UString MyFormatNew(const UString &format, const UString &argument);
|
||||
UString MyFormatNew(UINT32 resourceID,
|
||||
#ifdef LANG
|
||||
UINT32 aLangID,
|
||||
#endif
|
||||
const UString &argument);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user