Skip to content

Commit

Permalink
Vista font fix
Browse files Browse the repository at this point in the history
  • Loading branch information
K4sum1 committed Jan 30, 2024
1 parent 69eff41 commit a50a11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfbt/WindowsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ MOZ_ALWAYS_INLINE bool IsWin11OrLater() {
}

MOZ_ALWAYS_INLINE bool IsNotWin7PreRTM() {
return IsWin7SP1OrLater() || IsWindowsBuildOrLater(7600);
return IsWin7SP1OrLater() || IsWindowsBuildOrLater(6002);
}

inline bool IsWin7AndPre2000Compatible() {
Expand Down

0 comments on commit a50a11c

Please sign in to comment.