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 3b05ce3 commit bd00d0eCopy full SHA for bd00d0e
src/Make_ming.mak
@@ -51,7 +51,9 @@ POSTSCRIPT=no
51
# set to yes to enable OLE support
52
OLE=no
53
# Set the default $(WINVER) to make it work with pre-Win2k
54
+ifndef WINVER
55
WINVER = 0x0400
56
+endif
57
# Set to yes to enable Cscope support
58
CSCOPE=yes
59
# Set to yes to enable Netbeans support
src/version.c
@@ -714,6 +714,8 @@ static char *(features[]) =
714
715
static int included_patches[] =
716
{ /* Add new patch number below this line */
717
+/**/
718
+ 500,
719
/**/
720
499,
721
0 commit comments