Codechange: Remove the now meaningless console_cp parameter from OTTD2FS
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
# define unlink(file) _wunlink(OTTD2FS(file).c_str())
|
||||
|
||||
std::string FS2OTTD(const std::wstring &name);
|
||||
std::wstring OTTD2FS(const std::string &name, bool console_cp = false);
|
||||
std::wstring OTTD2FS(const std::string &name);
|
||||
# elif defined(WITH_ICONV)
|
||||
# define fopen(file, mode) fopen(OTTD2FS(file).c_str(), mode)
|
||||
std::string FS2OTTD(const std::string &name);
|
||||
|
Reference in New Issue
Block a user