mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 22:11:35 -06:00
18 lines
296 B
C++
Executable File
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 |