mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 06:11:32 -06:00
4.24 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
ac2b563958
commit
47f4915611
@@ -406,18 +406,6 @@ static HANDLE MyOpenFilePlugin(const char *name)
|
||||
|
||||
// ::OutputDebugString("after OpenArchive\n");
|
||||
|
||||
/*
|
||||
std::auto_ptr<CProxyHandler> aProxyHandler(new CProxyHandler());
|
||||
|
||||
if(aProxyHandler->Init(archiveHandler,
|
||||
fileInfo,
|
||||
GetDefaultName(fullName, archiverInfoResult.Extension),
|
||||
openArchiveCallbackSpec) != S_OK)
|
||||
return INVALID_HANDLE_VALUE;
|
||||
|
||||
// ::OutputDebugString("after Init\n");
|
||||
*/
|
||||
|
||||
CPlugin *plugin = new CPlugin(
|
||||
fullName,
|
||||
// defaultName,
|
||||
|
||||
Reference in New Issue
Block a user