mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
whoops, that was needed
This commit is contained in:
parent
0ef1dc6989
commit
48e84649a0
1 changed files with 7 additions and 0 deletions
|
|
@ -179,6 +179,13 @@ IsWin11OrLater()
|
||||||
return IsWindows10BuildOrLater(WinBuild::Win11RTM);
|
return IsWindows10BuildOrLater(WinBuild::Win11RTM);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MOZ_ALWAYS_INLINE bool
|
||||||
|
IsNotWin7PreRTM()
|
||||||
|
{
|
||||||
|
return IsWin7SP1OrLater() || !IsWin7OrLater() ||
|
||||||
|
IsWindowsBuildOrLater(7600);
|
||||||
|
}
|
||||||
|
|
||||||
MOZ_ALWAYS_INLINE bool
|
MOZ_ALWAYS_INLINE bool
|
||||||
IsWin7AndPre2000Compatible() {
|
IsWin7AndPre2000Compatible() {
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue