mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1558272: Add Windows 10 May 2019 Update to WindowsVersion.h; r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D34390 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
3c296fbc6f
commit
f5fd73482a
@ -158,6 +158,10 @@ MOZ_ALWAYS_INLINE bool IsWin10Sep2018UpdateOrLater() {
|
||||
return IsWindows10BuildOrLater(17763);
|
||||
}
|
||||
|
||||
MOZ_ALWAYS_INLINE bool IsWin10May2019UpdateOrLater() {
|
||||
return IsWindows10BuildOrLater(18362);
|
||||
}
|
||||
|
||||
MOZ_ALWAYS_INLINE bool IsNotWin7PreRTM() {
|
||||
return IsWin7SP1OrLater() || IsWindowsBuildOrLater(7600);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user