mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
Windows: solve GUI issues caused by using ANSI string instead of UNICODE ones. Remove Unused functions.
This commit is contained in:
@@ -10029,7 +10029,7 @@ static BOOL CALLBACK PerformanceSettingsDlgProc (HWND hwndDlg, UINT msg, WPARAM
|
||||
|
||||
for (uint32 i = 1; i < sysInfo.dwNumberOfProcessors; ++i)
|
||||
{
|
||||
stringstream s;
|
||||
wstringstream s;
|
||||
s << i;
|
||||
AddComboPair (freeCpuCombo, s.str().c_str(), i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user