Dalamud.Boot: use unicode::convert

This commit is contained in:
Soreepeong 2024-02-15 03:55:00 +09:00
parent 45d30ed9d2
commit edc5826fe0
3 changed files with 7 additions and 19 deletions

View file

@ -264,8 +264,6 @@ namespace utils {
return get_env_list<T>(unicode::convert<std::wstring>(pcszName).c_str());
}
std::wstring to_wstring(const std::string& str);
std::filesystem::path get_module_path(HMODULE hModule);
/// @brief Find the game main window.