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