mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 22:24:08 -06:00
4.63
This commit is contained in:
committed by
Kornel Lesiński
parent
c1f1243a70
commit
3a524e5ba2
@@ -102,3 +102,10 @@ HRESULT CUpdateCallbackAgent::CryptoGetTextPassword2(Int32 *passwordIsDefined, B
|
||||
}
|
||||
return _cryptoGetTextPassword->CryptoGetTextPassword2(passwordIsDefined, password);
|
||||
}
|
||||
|
||||
/*
|
||||
HRESULT CUpdateCallbackAgent::ShowDeleteFile(const wchar_t *name)
|
||||
{
|
||||
return Callback->DeleteOperation(name);
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user