Files
easy7zip/CPP/7zip/UI/Explorer/RegistryContextMenu.h
Igor Pavlov d9666cf046 4.44 beta
2016-05-28 00:15:49 +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