Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3923)

Unified Diff: base/win/windows_version.h

Issue 891813003: Add support for correct Windows 10 version enumeration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/win/windows_version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/windows_version.h
diff --git a/base/win/windows_version.h b/base/win/windows_version.h
index e51840b0db8bb2d8bf62d6a36a450fc0afff6eb1..4e2935082604f138d2498da8cc6829b6cb1cfa1c 100644
--- a/base/win/windows_version.h
+++ b/base/win/windows_version.h
@@ -27,6 +27,7 @@ enum Version {
VERSION_WIN7, // Also includes Windows Server 2008 R2.
VERSION_WIN8, // Also includes Windows Server 2012.
VERSION_WIN8_1, // Code named Windows Blue
+ VERSION_WIN10, // Windows 10
cpu_(ooo_6.6-7.5) 2015/01/31 22:02:03 includes windows server 10? is so then say it. and
Will Harris 2015/02/01 21:31:08 Done. Windows Server 2012 R2 reports as 6.3 which
VERSION_WIN_LAST, // Indicates error condition.
};
« no previous file with comments | « no previous file | base/win/windows_version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698