d074cc7c07
Plugin: ns7zip v2.0.0 Architectures: x86-ansi, x86-unicode, amd64-unicode License: LGPL-2.1-or-later
14 lines
275 B
C
14 lines
275 B
C
// RegistryContextMenu.h
|
|
|
|
#ifndef __REGISTRY_CONTEXT_MENU_H
|
|
#define __REGISTRY_CONTEXT_MENU_H
|
|
|
|
#ifndef UNDER_CE
|
|
|
|
bool CheckContextMenuHandler(const UString &path, UInt32 wow = 0);
|
|
LONG SetContextMenuHandler(bool setMode, const UString &path, UInt32 wow = 0);
|
|
|
|
#endif
|
|
|
|
#endif
|