DescriptionIntroduce isWindowsVistaOrGreater() as replacement of windowsVersion()
This patch is a part of preparation of migrating Win SDK 8.1.
This patch introduces isWindowsVistaOrGreater() as replacement of windowsVersion() to avoid using deprecated Windows API GetVersionEx(), which is deprecated since Win SDK 8.1+, by using new Windows API IsWindowsVistaOrGreater() for Win SDK 8.1 build or VerifyVersionInfo() before Win SDK 8.1.
BUG=n/a
TEST=n/a; no behavior changes
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160698
Patch Set 1 #
Total comments: 1
Patch Set 2 : 2013-10-25T11:32:55 #Patch Set 3 : 2013-10-25T16:43:30 #
Total comments: 4
Patch Set 4 : 2013-10-28T12:54:24 #
Messages
Total messages: 18 (0 generated)
|