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

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

#ifndef __REGISTRYCONTEXTMENU_H
#define __REGISTRYCONTEXTMENU_H

namespace NZipRootRegistry {

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

// bool GetProgramDirPrefix(CSysString &folder);

#endif