recoll/src/windows/wincodepages.h
2016-08-06 12:20:45 +02:00

9 lines
143 B
C++

#ifndef WINCODEPAGES_H_
#define WINCODEPAGES_H_
#include <string>
extern const std::string& winACPName();
#endif // WINCODEPAGES_H_