mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-26 19:41:34 +00:00
Declare utf8ToUtf16 static
This commit is contained in:
parent
100e400fed
commit
0d625abde0
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ namespace Crash
|
||||||
signalApp();
|
signalApp();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::wstring utf8ToUtf16(const std::string& utf8)
|
static std::wstring utf8ToUtf16(const std::string& utf8)
|
||||||
{
|
{
|
||||||
const int nLenWide = MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), utf8.size(), nullptr, 0);
|
const int nLenWide = MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), utf8.size(), nullptr, 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue