Files
easy7zip/7zip/UI/Explorer/RegistryContextMenu.h
Igor Pavlov 3c510ba80b 4.20
2016-05-28 00:15:41 +01:00

16 lines
282 B
C++
Executable File

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