mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
9.04 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
8874e4fbc9
commit
829409452d
@@ -1,9 +1,9 @@
|
||||
// FileFolderPluginOpen.h
|
||||
|
||||
#ifndef __FILEFOLDERPLUGINOPEN_H
|
||||
#define __FILEFOLDERPLUGINOPEN_H
|
||||
#ifndef __FILE_FOLDER_PLUGIN_OPEN_H
|
||||
#define __FILE_FOLDER_PLUGIN_OPEN_H
|
||||
|
||||
HRESULT OpenFileFolderPlugin(const UString &path,
|
||||
HRESULT OpenFileFolderPlugin(IInStream *inStream, const UString &path,
|
||||
HMODULE *module, IFolderFolder **resultFolder, HWND parentWindow, bool &encrypted, UString &password);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user