mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
16 lines
282 B
C++
Executable File
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
|