mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 13:15:04 -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
|