9 lines
143 B
C++
9 lines
143 B
C++
#ifndef WINCODEPAGES_H_
|
|
#define WINCODEPAGES_H_
|
|
|
|
#include <string>
|
|
|
|
extern const std::string& winACPName();
|
|
|
|
#endif // WINCODEPAGES_H_
|