0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.2.4316: __CYGWIN32__ is not defined on 64 bit systems

Problem:    __CYGWIN32__ is not defined on 64 bit systems.
Solution:   Update #ifdefs. (Ken Takata, closes #9709)
This commit is contained in:
K.Takata
2022-02-07 10:45:23 +00:00
committed by Bram Moolenaar
parent 6bf821e8ab
commit b247e0622e
5 changed files with 6 additions and 8 deletions

View File

@@ -46,10 +46,6 @@
#include <signal.h>
#ifdef __CYGWIN32__
# include <sys/termios.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif