Download this file
1 2 3 4 5 6 7 8
#ifndef WINCODEPAGES_H_ #define WINCODEPAGES_H_ #include <string> extern const std::string& winACPName(); #endif // WINCODEPAGES_H_