mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 02:11:40 -06:00
3.13
This commit is contained in:
18
7zip/UI/Explorer/RegistryContextMenu.h
Executable file
18
7zip/UI/Explorer/RegistryContextMenu.h
Executable file
@@ -0,0 +1,18 @@
|
||||
// RegistryContextMenu.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __REGISTRYCONTEXTMENU_H
|
||||
#define __REGISTRYCONTEXTMENU_H
|
||||
|
||||
namespace NZipRootRegistry {
|
||||
|
||||
bool CheckContextMenuHandler();
|
||||
void AddContextMenuHandler();
|
||||
void DeleteContextMenuHandler();
|
||||
}
|
||||
|
||||
// bool GetProgramDirPrefix(CSysString &folder);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user