Kiln » TortoiseHg » TortoiseHg
Clone URL:  
RegistryConfig.h
1
2
3
4
5
6
7
8
#ifndef REGISTRY_CONFIG_H_ #define REGISTRY_CONFIG_H_ #include <string> int GetRegistryConfig(const std::string& name, std::string& res); #endif