std::wstring
This commit is contained in:
parent
4a88d77154
commit
89d27e6aed
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ wpurple_g_io_channel_win32_new_socket_wrapped_fnc wpurple_g_io_channel_win32_new
|
|||
#endif
|
||||
bool resolvePurpleFunctions(const std::string& libPurpleDllPath) {
|
||||
#if PURPLE_RUNTIME
|
||||
wstring dllPath;
|
||||
std::wstring dllPath;
|
||||
if (!libPurpleDllPath.empty())
|
||||
{
|
||||
dllPath = utf8ToUtf16(libPurpleDllPath);
|
||||
|
|
Loading…
Add table
Reference in a new issue