This commit is contained in:
Igor Pavlov
2005-05-30 00:00:00 +00:00
committed by Kornel Lesiński
parent 8c1b5c7b7e
commit 3c510ba80b
926 changed files with 40559 additions and 23519 deletions
+8 -7
View File
@@ -2,18 +2,19 @@
#include "StdAfx.h"
#include <stdio.h>
#include "ExtractEngine.h"
#include "Far/FarUtils.h"
#include "Messages.h"
#include "OverwriteDialog.h"
#include "Common/WildCard.h"
#include "Common/Wildcard.h"
#include "Common/StringConvert.h"
#include "Windows/Defs.h"
#include "FarUtils.h"
#include "Messages.h"
#include "OverwriteDialog.h"
using namespace NWindows;
using namespace NFar;
@@ -102,7 +103,7 @@ STDMETHODIMP CExtractCallBackImp::AskOverwrite(
return S_OK;
}
STDMETHODIMP CExtractCallBackImp::PrepareOperation(const wchar_t *name, INT32 askExtractMode)
STDMETHODIMP CExtractCallBackImp::PrepareOperation(const wchar_t *name, INT32 askExtractMode, const UINT64 *position)
{
m_CurrentFilePath = name;
return S_OK;