fix: remove soleFolderIndex arg in IFolderOperations::CopyTo

This commit is contained in:
shunf4
2024-05-10 19:29:11 +08:00
parent 866e48d73a
commit 358e9e3a60
2 changed files with 1 additions and 2 deletions

View File

@@ -298,7 +298,7 @@ public:
ProcessAltStreams(true),
StreamMode(false),
OverwriteMode(NExtract::NOverwriteMode::kAsk),
SoleFolderIndex(-1),
SoleFolderIndex(-1LL),
#ifndef _NO_CRYPTO
PasswordIsDefined(false),
PasswordWasAsked(false),

View File

@@ -82,7 +82,6 @@ FOLDER_INTERFACE_SUB(IFolderOperationsExtractCallback, IProgress, 0x0B)
STDMETHOD(Delete)(const UInt32 *indices, UInt32 numItems, IProgress *progress) x; \
STDMETHOD(CopyTo)(Int32 moveMode, const UInt32 *indices, UInt32 numItems, \
Int32 includeAltStreams, Int32 replaceAltStreamCharsMode, \
Int64 soleFolderIndex, \
const wchar_t *path, IFolderOperationsExtractCallback *callback) x; \
STDMETHOD(CopyFrom)(Int32 moveMode, const wchar_t *fromFolderPath, \
const wchar_t * const *itemsPaths, UInt32 numItems, IProgress *progress) x; \