mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 13:15:04 -06:00
17 lines
261 B
C++
Executable File
17 lines
261 B
C++
Executable File
// RegistryContextMenu.h
|
|
|
|
#ifndef __REGISTRY_CONTEXT_MENU_H
|
|
#define __REGISTRY_CONTEXT_MENU_H
|
|
|
|
namespace NZipRootRegistry {
|
|
|
|
#ifndef UNDER_CE
|
|
bool CheckContextMenuHandler();
|
|
void AddContextMenuHandler();
|
|
void DeleteContextMenuHandler();
|
|
#endif
|
|
|
|
}
|
|
|
|
#endif
|