mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Dalamud.Boot: use unicode::convert
This commit is contained in:
parent
45d30ed9d2
commit
edc5826fe0
3 changed files with 7 additions and 19 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue