mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 08:07:09 -06:00
14 lines
232 B
C++
Executable File
14 lines
232 B
C++
Executable File
// RegistryContextMenu.h
|
|
|
|
#ifndef __REGISTRYCONTEXTMENU_H
|
|
#define __REGISTRYCONTEXTMENU_H
|
|
|
|
namespace NZipRootRegistry {
|
|
|
|
bool CheckContextMenuHandler();
|
|
void AddContextMenuHandler();
|
|
void DeleteContextMenuHandler();
|
|
}
|
|
|
|
#endif
|