Skip to content

Commit

Permalink
updated for version 7.3.500
Browse files Browse the repository at this point in the history
Problem:    Ming makefile unconditionally sets WINVER.
Solution:   Only defined when not already defined. (Yasuhiro Matsumoto)
  • Loading branch information
brammool committed Apr 20, 2012
1 parent 6be120e commit a6cdc99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Make_ming.mak
Expand Up @@ -51,7 +51,9 @@ POSTSCRIPT=no
# set to yes to enable OLE support
OLE=no
# Set the default $(WINVER) to make it work with pre-Win2k
ifndef WINVER
WINVER = 0x0400
endif
# Set to yes to enable Cscope support
CSCOPE=yes
# Set to yes to enable Netbeans support
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -714,6 +714,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
500,
/**/
499,
/**/
Expand Down

0 comments on commit a6cdc99

Please sign in to comment.