We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7eb0a commit 73a733eCopy full SHA for 73a733e
src/os_mswin.c
@@ -2703,8 +2703,8 @@ quality_pairs[] = {
2703
#ifdef ANTIALIASED_QUALITY
2704
{"ANTIALIASED", ANTIALIASED_QUALITY},
2705
#endif
2706
-#ifdef NOANTIALIASED_QUALITY
2707
- {"NOANTIALIASED", NOANTIALIASED_QUALITY},
+#ifdef NONANTIALIASED_QUALITY
+ {"NONANTIALIASED", NONANTIALIASED_QUALITY},
2708
2709
#ifdef PROOF_QUALITY
2710
{"PROOF", PROOF_QUALITY},
src/version.c
@@ -753,6 +753,8 @@ static char *(features[]) =
753
754
static int included_patches[] =
755
{ /* Add new patch number below this line */
756
+/**/
757
+ 1830,
758
/**/
759
1829,
760
0 commit comments