mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
Fix windows compile error
This commit is contained in:
@@ -51,7 +51,7 @@ struct STRG : ISTRG
|
||||
auto search = langMap.find(lang);
|
||||
if (search != langMap.end())
|
||||
#if HECL_UCS2
|
||||
return search->second->at(idx);
|
||||
return hecl::Char16ToWide(search->second->at(idx));
|
||||
#else
|
||||
return hecl::Char16ToUTF8(search->second->at(idx));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user