mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
Always include raw OS version number on Windows
This commit is contained in:
parent
bc5d9e5466
commit
bd29fd2c30
@ -333,6 +333,7 @@ std::string getOperatingSystemInfo()
|
||||
#ifdef _WIN64
|
||||
rv << " (x86_64)";
|
||||
#endif // _WIN64
|
||||
rv << " (" << ovi.dwMajorVersion << "." << ovi.dwMinorVersion << ")";
|
||||
return rv.str();
|
||||
#else //! _WIN32
|
||||
#ifdef HAVE_SYS_UTSNAME_H
|
||||
|
Loading…
Reference in New Issue
Block a user