xref: /third_party/lzma/CPP/7zip/UI/Common/DefaultName.h (revision 370b324c)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/lzma/CPP/7zip/UI/Common/
1// DefaultName.h
2
3#ifndef ZIP7_INC_DEFAULT_NAME_H
4#define ZIP7_INC_DEFAULT_NAME_H
5
6#include "../../../Common/MyString.h"
7
8UString GetDefaultName2(const UString &fileName,
9    const UString &extension, const UString &addSubExtension);
10
11#endif
12

Indexes created Thu Nov 07 10:32:03 CST 2024