mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 05:37:11 +00:00
Add check for Windows 8.1 version
We'll probably need this at some point for issues not found in Win 8 but present in 8.1
This commit is contained in:
@@ -171,6 +171,12 @@ IsWin8OrLater()
|
||||
return IsWindowsVersionOrLater(0x06020000ul);
|
||||
}
|
||||
|
||||
MOZ_ALWAYS_INLINE bool
|
||||
IsWin8Point1OrLater()
|
||||
{
|
||||
return IsWindowsVersionOrLater(0x06030000ul);
|
||||
}
|
||||
|
||||
MOZ_ALWAYS_INLINE bool
|
||||
IsWin10OrLater()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user