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.
2 parents fd5b06f + 73a733e commit 32080baCopy full SHA for 32080ba
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
@@ -768,6 +768,8 @@ static char *(features[]) =
768
769
static int included_patches[] =
770
{ /* Add new patch number below this line */
771
+/**/
772
+ 1830,
773
/**/
774
1829,
775
0 commit comments