/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

  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