mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 22:06:59 -06:00
4.59 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
3901bf0ab8
commit
173c07e166
@@ -37,7 +37,7 @@ struct CDirItem: public CFileInfoEx
|
||||
}
|
||||
};
|
||||
|
||||
class CFSFolder:
|
||||
class CFSFolder:
|
||||
public IFolderFolder,
|
||||
public IFolderWasChanged,
|
||||
public IFolderOperations,
|
||||
@@ -87,7 +87,7 @@ private:
|
||||
|
||||
NWindows::NFile::NFind::CFindChangeNotification _findChangeNotification;
|
||||
|
||||
HRESULT GetItemsFullSize(const UInt32 *indices, UInt32 numItems,
|
||||
HRESULT GetItemsFullSize(const UInt32 *indices, UInt32 numItems,
|
||||
UInt64 &numFolders, UInt64 &numFiles, UInt64 &size, IProgress *progress);
|
||||
HRESULT GetItemFullSize(int index, UInt64 &size, IProgress *progress);
|
||||
HRESULT GetComplexName(const wchar_t *name, UString &resultPath);
|
||||
|
||||
Reference in New Issue
Block a user