summaryrefslogtreecommitdiffstats
path: root/src/Make_ming.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-07-06 13:40:50 +0200
committerBram Moolenaar <Bram@vim.org>2012-07-06 13:40:50 +0200
commit95b557b1dcaa3ac3912f93b56c43ec662d9f7d93 (patch)
tree0680390126fe71af96132604b367aace5511945e /src/Make_ming.mak
parent5967abb97fa3bb191b267bacfa096d4dd99f3e6d (diff)
updated for version 7.3.586v7.3.586
Problem: When compiling with Cygwin or MingW MEMORYSTATUSEX is not defined. Solution: Set the default for WINVER to 0x0500.
Diffstat (limited to 'src/Make_ming.mak')
-rw-r--r--src/Make_ming.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make_ming.mak b/src/Make_ming.mak
index 1392d87d10..5b176dc134 100644
--- a/src/Make_ming.mak
+++ b/src/Make_ming.mak
@@ -52,7 +52,7 @@ POSTSCRIPT=no
OLE=no
# Set the default $(WINVER) to make it work with pre-Win2k
ifndef WINVER
-WINVER = 0x0400
+WINVER = 0x0500
endif
# Set to yes to enable Cscope support
CSCOPE=yes