From 9666dda282baf2d1e2b760c3e2787a10d6313065 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 26 Nov 2015 19:14:21 +0100 Subject: Windows: solve GUI issues caused by using ANSI string instead of UNICODE ones. Remove Unused functions. --- src/Mount/Mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Mount/Mount.c') 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); } -- cgit v1.2.3