mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 13:15:04 -06:00
12 lines
217 B
C
Executable File
12 lines
217 B
C
Executable File
// DefaultName.h
|
|
|
|
#ifndef __DEFAULTNAME_H
|
|
#define __DEFAULTNAME_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
UString GetDefaultName2(const UString &fileName,
|
|
const UString &extension, const UString &addSubExtension);
|
|
|
|
#endif
|