VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Mount
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-11-26 19:14:21 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-11-26 19:23:11 +0100
commit9666dda282baf2d1e2b760c3e2787a10d6313065 (patch)
treec83ca5b085cd9c55008ec946433eb853c680c372 /src/Mount
parent2408edb2390a56a78cec0ee15dc2f413f7440af1 (diff)
downloadVeraCrypt-9666dda282baf2d1e2b760c3e2787a10d6313065.tar.gz
VeraCrypt-9666dda282baf2d1e2b760c3e2787a10d6313065.zip
Windows: solve GUI issues caused by using ANSI string instead of UNICODE ones. Remove Unused functions.
Diffstat (limited to 'src/Mount')
-rw-r--r--src/Mount/Mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c
index 4a50ee35..2ba55e49 100644
--- a/src/Mount/Mount.c
+++ b/src/Mount/Mount.c
@@ -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);
}