]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1735: Cygwin Makefile still checks for Win XP version v9.1.1735
authorMao-Yining <mao.yining@outlook.com>
Sat, 6 Sep 2025 08:03:11 +0000 (10:03 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 6 Sep 2025 08:03:11 +0000 (10:03 +0200)
Problem:  Cygwin Makefile still checks for Win XP version
Solution: Remove check for WINVER >= 0x600 in Make_cyg_ming.mak
          (Mao-Yining)

Vim's does no longer support Windows XP and Vista since v9.0.0496. So
the condition in Make_cyg_ming.mak to check for any Windows version below
Vista can be removed.

fixes: #18160
closes: #18215

Signed-off-by: Mao-Yining <mao.yining@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/Make_cyg_ming.mak
src/version.c

index 3ffa8600d72e84ef83056901383d0abe5925346e..bb84cd9c51e7ba82013c528260044f0eb448c31a 100644 (file)
@@ -665,9 +665,7 @@ endif
 
 ifeq ($(CHANNEL),yes)
 DEFINES += -DFEAT_JOB_CHANNEL -DFEAT_IPV6
- ifeq ($(shell expr "$$(($(WINVER)))" \>= "$$((0x600))"),1)
 DEFINES += -DHAVE_INET_NTOP
- endif
 endif
 
 ifeq ($(TERMINAL),yes)
index 8cddb1271222a5e107dd10bf636ab02be20ade37..e6b9f9dfd6f5e1df057069d2e38efb798df1c041 100644 (file)
@@ -724,6 +724,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1735,
 /**/
     1734,
 /**/