mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-23 10:20:50 +00:00
Remove wstring variants of string utils functions
* When needed on windows we convert to/from UTF-8. For most places this is easy enough, the callstack processing is now moved to store most data as UTF-8 in the first place.
This commit is contained in:
@@ -32,7 +32,7 @@ std::string LocatePluginFile(const std::string &path, const std::string &fileNam
|
||||
|
||||
std::string libpath;
|
||||
FileIO::GetLibraryFilename(libpath);
|
||||
libpath = dirname(libpath);
|
||||
libpath = get_dirname(libpath);
|
||||
|
||||
std::vector<std::string> paths;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user