mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 00:07:09 -06:00
4.20
This commit is contained in:
committed by
Kornel Lesiński
parent
8c1b5c7b7e
commit
3c510ba80b
@@ -1,7 +1,5 @@
|
||||
// FolderInterface.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __FOLDERINTERFACE_H
|
||||
#define __FOLDERINTERFACE_H
|
||||
|
||||
@@ -106,6 +104,7 @@ public:
|
||||
BSTR *destPathResult,
|
||||
INT32 *writeAnswer) = 0;
|
||||
STDMETHOD(ShowMessage)(const wchar_t *message) = 0;
|
||||
STDMETHOD(SetCurrentFilePath)(const wchar_t *filePath) = 0;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user