mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1061604 part.0 Add IsWin10OrLater() r=jimm
This commit is contained in:
parent
9289a96979
commit
ddd4ccd6c3
@ -171,6 +171,12 @@ IsWin8OrLater()
|
||||
return IsWindowsVersionOrLater(0x06020000ul);
|
||||
}
|
||||
|
||||
MOZ_ALWAYS_INLINE bool
|
||||
IsWin10OrLater()
|
||||
{
|
||||
return IsWindowsVersionOrLater(0x0a000000ul);
|
||||
}
|
||||
|
||||
MOZ_ALWAYS_INLINE bool
|
||||
IsNotWin7PreRTM()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user