Commit 775710d6 authored by Matt Selsky's avatar Matt Selsky Committed by Frédéric Buclin

Bug 714368: Add Windows 8 detection

r=timeless a=LpSolit
parent 37eeb6d4
......@@ -101,6 +101,7 @@ use constant OS_MAP => (
qr/\(.*HP-?UX.*\)/ => ["HP-UX"],
# Windows
qr/\(.*Windows XP.*\)/ => ["Windows XP"],
qr/\(.*Windows NT 6\.2.*\)/ => ["Windows 8"],
qr/\(.*Windows NT 6\.1.*\)/ => ["Windows 7"],
qr/\(.*Windows NT 6\.0.*\)/ => ["Windows Vista"],
qr/\(.*Windows NT 5\.2.*\)/ => ["Windows Server 2003"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment