Files
easy7zip/7zip/UI/Explorer/RegistryContextMenu.h
Igor Pavlov e18587ba51 4.30 beta
2016-05-28 00:15:45 +01:00

14 lines
232 B
C++
Executable File

// RegistryContextMenu.h
#ifndef __REGISTRYCONTEXTMENU_H
#define __REGISTRYCONTEXTMENU_H
namespace NZipRootRegistry {
bool CheckContextMenuHandler();
void AddContextMenuHandler();
void DeleteContextMenuHandler();
}
#endif