mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 11:14:58 -06:00
fix: compile error, using another way to pass down SoleFolderIndex
This commit is contained in:
@@ -692,6 +692,16 @@ Z7_COM7F_IMF(CExtractCallbackImp::CryptoGetTextPassword(BSTR *password))
|
||||
|
||||
#ifndef Z7_SFX
|
||||
|
||||
Z7_COM7F_IMF(CExtractCallbackImp::SetSoleFolderIndex(Int64 soleFolderIndex))
|
||||
{
|
||||
this->SoleFolderIndex = soleFolderIndex;
|
||||
}
|
||||
|
||||
Z7_COM7F_IMF(CExtractCallbackImp::GetSoleFolderIndex(Int64 *pSoleFolderIndex))
|
||||
{
|
||||
(*pSoleFolderIndex) = this->SoleFolderIndex;
|
||||
}
|
||||
|
||||
Z7_COM7F_IMF(CExtractCallbackImp::AskWrite(
|
||||
const wchar_t *srcPath, Int32 srcIsFolder,
|
||||
const FILETIME *srcTime, const UInt64 *srcSize,
|
||||
|
||||
Reference in New Issue
Block a user