Skip to content

Commit a50a11c

Browse files
committed
Vista font fix
1 parent 69eff41 commit a50a11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mfbt/WindowsVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ MOZ_ALWAYS_INLINE bool IsWin11OrLater() {
167167
}
168168

169169
MOZ_ALWAYS_INLINE bool IsNotWin7PreRTM() {
170-
return IsWin7SP1OrLater() || IsWindowsBuildOrLater(7600);
170+
return IsWin7SP1OrLater() || IsWindowsBuildOrLater(6002);
171171
}
172172

173173
inline bool IsWin7AndPre2000Compatible() {

0 commit comments

Comments
 (0)