Welcome to mirror list, hosted at ThFree Co, Russian Federation.

RegistryContextMenu.h « Explorer « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52b053da73bcf32f969a72b539be1ac8406dcd17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// RegistryContextMenu.h

#ifndef __REGISTRYCONTEXTMENU_H
#define __REGISTRYCONTEXTMENU_H

namespace NZipRootRegistry {

  bool CheckContextMenuHandler();
  void AddContextMenuHandler();
  void DeleteContextMenuHandler();
}

#endif