summaryrefslogtreecommitdiffstats
path: root/src/Make_mvc.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-19 19:43:49 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-19 19:43:49 +0100
commit223b723be0703137cf6373e23f8ae5c02e92ef82 (patch)
tree16775eb3a2b6da7ba63be5677b93ec4fc9c1a605 /src/Make_mvc.mak
parent922d25f99c6d38e7f9cfca7a53ab841641517ebc (diff)
patch 7.4.1354v7.4.1354
Problem: MS-Windows: Mismatch between default compile options and what the code expects. Solution: Change the default WINVER from 0x0500 to 0x0501. (Ken Takata)
Diffstat (limited to 'src/Make_mvc.mak')
-rw-r--r--src/Make_mvc.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak
index 6cada65607..f1b17148c2 100644
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -113,7 +113,7 @@
# Processor Version: CPUNR=[i386, i486, i586, i686, pentium4] (default is
# i386)
#
-# Version Support: WINVER=[0x0400, 0x0500] (default is 0x0500)
+# Version Support: WINVER=[0x0501, 0x0600] (default is 0x0501)
#
# Debug version: DEBUG=yes
# Mapfile: MAP=[no, yes or lines] (default is yes)
@@ -371,7 +371,7 @@ CON_LIB = $(CON_LIB) /DELAYLOAD:comdlg32.dll /DELAYLOAD:ole32.dll DelayImp.lib
### Set the default $(WINVER) to make it work with VC++7.0 (VS.NET)
!ifndef WINVER
-WINVER = 0x0500
+WINVER = 0x0501
!endif
# If you have a fixed directory for $VIM or $VIMRUNTIME, other than the normal