0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.0987: unnecessary condition in #ifdef

Problem:    Unnecessary condition in #ifdef.
Solution:   Remove using CYGWIN32. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2019-03-02 07:15:28 +01:00
parent ef8c956172
commit 6ef8f9eacd
3 changed files with 4 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
# include <stdlib.h>
#endif
#if defined(__CYGWIN__) || defined(__CYGWIN32__)
#ifdef __CYGWIN__
# define WIN32UNIX /* Compiling for Win32 using Unix files. */
# define BINARY_FILE_IO