зеркало из https://github.com/mozilla/kitsune.git
Added proper detection of 64-bit Windows (bug 578852)
This commit is contained in:
Родитель
a644439eb4
Коммит
ed99ed5d44
|
@ -117,8 +117,10 @@
|
|||
case "Windows NT 5.1":
|
||||
return "Windows XP";
|
||||
case "Windows NT 6.0":
|
||||
case "Windows NT 6.0; WOW64":
|
||||
return "Windows Vista";
|
||||
case "Windows NT 6.1":
|
||||
case "Windows NT 6.1; WOW64":
|
||||
return "Windows 7";
|
||||
case "Linux i686":
|
||||
return "Linux";
|
||||
|
|
Загрузка…
Ссылка в новой задаче