/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
- #ifndef REGISTRY_CONFIG_H_
- #define REGISTRY_CONFIG_H_
- #include <string>
- int GetRegistryConfig(const std::string& name, std::string& res);
- #endif