summaryrefslogtreecommitdiffstats
path: root/src/Make_cyg_ming.mak
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-09-18 12:25:49 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-18 12:25:49 +0100
commit27b53be3a6a340f1858bcd31233fe2efc86f8e15 (patch)
tree3e2c968241cdcfda2d4c616e66bf718f01e7349b /src/Make_cyg_ming.mak
parentdbbb02bc770646776a04122ff58313d170873e67 (diff)
patch 9.0.0496: no good reason to keep supporting Windows-XPv9.0.0496
Problem: No good reason to keep supporting Windows-XP. Solution: Drop Windows-XP support. (Ken Takata, closes #11089)
Diffstat (limited to 'src/Make_cyg_ming.mak')
-rw-r--r--src/Make_cyg_ming.mak7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak
index fe393fbeda..6c00bb216d 100644
--- a/src/Make_cyg_ming.mak
+++ b/src/Make_cyg_ming.mak
@@ -87,10 +87,9 @@ POSTSCRIPT=no
# Set to yes to enable OLE support.
OLE=no
-# Set the default $(WINVER). Use 0x0501 to make it work with WinXP.
+# Set the default $(WINVER). Use 0x0601 to make it work with Windows 7.
ifndef WINVER
-# WINVER = 0x0501
-WINVER = 0x0600
+WINVER = 0x0601
endif
# Set to yes to enable Cscope support.
@@ -1321,7 +1320,7 @@ ifeq (16, $(RUBY))
endif
$(OUTDIR)/iscygpty.o: iscygpty.c $(CUI_INCL)
- $(CC) -c $(CFLAGS) iscygpty.c -o $(OUTDIR)/iscygpty.o -U_WIN32_WINNT -D_WIN32_WINNT=0x0600 -DUSE_DYNFILEID -DENABLE_STUB_IMPL
+ $(CC) -c $(CFLAGS) iscygpty.c -o $@
$(OUTDIR)/main.o: main.c $(INCL) $(CUI_INCL)
$(CC) -c $(CFLAGS) main.c -o $@