diff options
Diffstat (limited to '3rdparty/lzma/CPP/7zip/UI/Common/ArchiveName.h')
-rw-r--r-- | 3rdparty/lzma/CPP/7zip/UI/Common/ArchiveName.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveName.h b/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveName.h index 9513fb2ba8b..ec2f1e8d1d9 100644 --- a/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveName.h +++ b/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveName.h @@ -1,10 +1,13 @@ // ArchiveName.h -#ifndef __ARCHIVENAME_H -#define __ARCHIVENAME_H +#ifndef __ARCHIVE_NAME_H +#define __ARCHIVE_NAME_H -#include "Common/MyString.h" +#include "../../../Common/MyString.h" -UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName); +#include "../../../Windows/FileFind.h" + +UString CreateArchiveName(const UString &path, bool fromPrev, bool keepName); +UString CreateArchiveName(const NWindows::NFile::NFind::CFileInfo &fileInfo, bool keepName); #endif |