mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
rbutil: Fix up the last of the windows-specific compile warnings.
The remaining ones apply to all targets Change-Id: Iadb33dfe12349c6fd8329dbba68e762e7bc2095b
This commit is contained in:
parent
04a7a60f8b
commit
7437f7b214
1 changed files with 2 additions and 5 deletions
|
|
@ -170,11 +170,8 @@ QString System::osVersionString(void)
|
|||
GetSystemInfo(&sysinfo);
|
||||
|
||||
result = QString("Windows version %1.%2, ").arg(osvi.dwMajorVersion).arg(osvi.dwMinorVersion);
|
||||
if(osvi.szCSDVersion)
|
||||
result += QString("build %1 (%2)").arg(osvi.dwBuildNumber)
|
||||
.arg(QString::fromWCharArray(osvi.szCSDVersion));
|
||||
else
|
||||
result += QString("build %1").arg(osvi.dwBuildNumber);
|
||||
result += QString("<br/>CPU: %1, %2 processor(s)").arg(sysinfo.dwProcessorType)
|
||||
.arg(sysinfo.dwNumberOfProcessors);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue