xref: /aosp_15_r20/external/lzma/CPP/7zip/UI/Explorer/RegistryContextMenu.h (revision f6dc9357d832569d4d1f5d24eacdb3935a1ae8e6)
1 // RegistryContextMenu.h
2 
3 #ifndef ZIP7_INC_REGISTRY_CONTEXT_MENU_H
4 #define ZIP7_INC_REGISTRY_CONTEXT_MENU_H
5 
6 #ifndef UNDER_CE
7 
8 bool CheckContextMenuHandler(const UString &path, UInt32 wow = 0);
9 LONG SetContextMenuHandler(bool setMode, const UString &path, UInt32 wow = 0);
10 
11 #endif
12 
13 #endif
14