mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-16 10:11:49 -06:00
fix: SoleFolderIndex: continue fixing method decl/impl
This commit is contained in:
@@ -43,7 +43,7 @@ STDMETHODIMP CAgentFolder::CopyTo(Int32 moveMode, const UInt32 *indices, UInt32
|
||||
NExtract::NPathMode::kNoPaths;
|
||||
|
||||
Int64 soleFolderIndex;
|
||||
extractCallback2->GetSoleFolderIndex(&soleFolderIndex);
|
||||
callback->GetSoleFolderIndex(&soleFolderIndex);
|
||||
|
||||
return Extract(indices, numItems,
|
||||
includeAltStreams, replaceAltStreamCharsMode,
|
||||
|
||||
@@ -28,6 +28,7 @@ IArchiveFolder is used by:
|
||||
STDMETHOD(Extract)(const UInt32 *indices, UInt32 numItems, \
|
||||
Int32 includeAltStreams, \
|
||||
Int32 replaceAltStreamCharsMode, \
|
||||
Int64 soleFolderIndex, \
|
||||
NExtract::NPathMode::EEnum pathMode, \
|
||||
NExtract::NOverwriteMode::EEnum overwriteMode, \
|
||||
const wchar_t *path, Int32 testMode, \
|
||||
|
||||
Reference in New Issue
Block a user