mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 18:59:20 +00:00
Always include raw OS version number on Windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user