fixes and tweaks

This commit is contained in:
2023-01-16 15:45:54 +01:00
parent 78069a8032
commit 1f0e086b7a
4 changed files with 5 additions and 4 deletions

View File

@ -794,7 +794,7 @@ inline DWORD int64_low(int64_t n) noexcept
return n & 0xffffffff;
}
std::wstring s_2_ws(const std::string& s)
inline std::wstring s_2_ws(const std::string& s)
{
if (s.empty())
return{};