mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
14 lines
289 B
C
Executable File
14 lines
289 B
C
Executable File
// RegistryContextMenu.h
|
|
|
|
#ifndef ZIP7_INC_REGISTRY_CONTEXT_MENU_H
|
|
#define ZIP7_INC_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
|