]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.500 v7.3.500
authorBram Moolenaar <Bram@vim.org>
Fri, 20 Apr 2012 14:13:25 +0000 (16:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 20 Apr 2012 14:13:25 +0000 (16:13 +0200)
Problem:    Ming makefile unconditionally sets WINVER.
Solution:   Only defined when not already defined. (Yasuhiro Matsumoto)

src/Make_ming.mak
src/version.c

index ca50d371dd1b88ac9b99e1cdb1f04d2a8c0a4436..1392d87d104ad0c786c938af0cfae8e84815b5d9 100644 (file)
@@ -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
index df3717ab968b56a3cef2b2ec3b9c05a0cd28998d..720e45a1afea8215875adc2e71ad9720e504d333 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    500,
 /**/
     499,
 /**/