mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 16:11:35 -06:00
3.13
This commit is contained in:
11
7zip/FileManager/FileFolderPluginOpen.h
Executable file
11
7zip/FileManager/FileFolderPluginOpen.h
Executable file
@@ -0,0 +1,11 @@
|
||||
// FileFolderPluginOpen.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __FILEFOLDERPLUGINOPEN_H
|
||||
#define __FILEFOLDERPLUGINOPEN_H
|
||||
|
||||
HRESULT OpenFileFolderPlugin(const UString &path,
|
||||
HMODULE *module, IFolderFolder **resultFolder, HWND parentWindow);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user