Files
Duncan McIntosh d315f1e081 Bug 2036942 - Part 2: Add nsSystemInfo::IsWindows10BuildOrLater and use it for most version comparisons from JS. r=xpcom-reviewers,beth,Gijs
This again tries to get away from actually using the version number and
GetVersionEx. It's a thin wrapper over mozilla::IsWindows10BuildOrLater,
which itself calls VerifyVersionInfoW, which is also deprecated;
however, it makes it harder to mess up the check, and that API is used
internally by Microsoft's recommended version helper functions.

Differential Revision: https://phabricator.services.mozilla.com/D314483
2026-08-06 01:04:28 +00:00
..