Do the first CoInitializeEx on the main thread instead of the EmuThread (WASAPI). Fixes #7334

This commit is contained in:
Henrik Rydgard
2015-01-15 22:32:25 +01:00
parent c8c80c0ced
commit 8a574e5cd2
4 changed files with 4 additions and 5 deletions
-2
View File
@@ -34,9 +34,7 @@ namespace W32Util
wchar_t temp[MAX_PATH];
SHGetPathFromIDList(idList, temp);
if (wcslen(temp))
{
return ConvertWStringToUTF8(temp);
}
else
return "";
}