summaryrefslogtreecommitdiffstats
path: root/src/GvimExt/Make_ming.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/GvimExt/Make_ming.mak')
-rw-r--r--src/GvimExt/Make_ming.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GvimExt/Make_ming.mak b/src/GvimExt/Make_ming.mak
index 0ebe08a4e5..85017d89f7 100644
--- a/src/GvimExt/Make_ming.mak
+++ b/src/GvimExt/Make_ming.mak
@@ -43,9 +43,9 @@ else
DEL = del
endif
endif
-# Set the default $(WINVER) to make it work with WinXP.
+# Set the default $(WINVER) to make it work with Windows 7.
ifndef WINVER
-WINVER = 0x0501
+WINVER = 0x0601
endif
CXX := $(CROSS_COMPILE)g++
WINDRES := $(CROSS_COMPILE)windres