mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 10:24:13 -06:00
fix: missing soleFolderIndex arg in IFolder::CopyTo
This commit is contained in:
@@ -80,6 +80,7 @@ FOLDER_INTERFACE_SUB(IFolderOperationsExtractCallback, IProgress, 0x0B)
|
|||||||
STDMETHOD(Delete)(const UInt32 *indices, UInt32 numItems, IProgress *progress) x; \
|
STDMETHOD(Delete)(const UInt32 *indices, UInt32 numItems, IProgress *progress) x; \
|
||||||
STDMETHOD(CopyTo)(Int32 moveMode, const UInt32 *indices, UInt32 numItems, \
|
STDMETHOD(CopyTo)(Int32 moveMode, const UInt32 *indices, UInt32 numItems, \
|
||||||
Int32 includeAltStreams, Int32 replaceAltStreamCharsMode, \
|
Int32 includeAltStreams, Int32 replaceAltStreamCharsMode, \
|
||||||
|
Int64 soleFolderIndex, \
|
||||||
const wchar_t *path, IFolderOperationsExtractCallback *callback) x; \
|
const wchar_t *path, IFolderOperationsExtractCallback *callback) x; \
|
||||||
STDMETHOD(CopyFrom)(Int32 moveMode, const wchar_t *fromFolderPath, \
|
STDMETHOD(CopyFrom)(Int32 moveMode, const wchar_t *fromFolderPath, \
|
||||||
const wchar_t * const *itemsPaths, UInt32 numItems, IProgress *progress) x; \
|
const wchar_t * const *itemsPaths, UInt32 numItems, IProgress *progress) x; \
|
||||||
|
|||||||
Reference in New Issue
Block a user