PageRenderTime 3ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/win32/shellext/RegistryConfig.h

https://bitbucket.org/tortoisehg/hgtk/
C Header | 8 lines | 5 code | 3 blank | 0 comment | 0 complexity | 00a09a059039afd6b51e59583901331f MD5 | raw file
Possible License(s): GPL-2.0
  1. #ifndef REGISTRY_CONFIG_H_
  2. #define REGISTRY_CONFIG_H_
  3. #include <string>
  4. int GetRegistryConfig(const std::string& name, std::string& res);
  5. #endif