Files
easy7zip/CPP/7zip/UI/Explorer/RegistryContextMenu.h
Igor Pavlov 9608215ad8 15.13
2016-05-28 00:16:58 +01:00

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