fixes and tweaks
This commit is contained in:
2
external/mio/single_include/mio/mio.hpp
vendored
2
external/mio/single_include/mio/mio.hpp
vendored
@ -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{};
|
||||
|
Reference in New Issue
Block a user