Files
easy7zip/7zip/UI/Explorer/RegistryContextMenu.h
Igor Pavlov 8c1b5c7b7e 3.13
2016-05-28 00:15:41 +01:00

18 lines
296 B
C++
Executable File

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