mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 08:11:33 -06:00
17 lines
261 B
C++
17 lines
261 B
C++
// 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
|