diff src/os_unix.h @ 15963:2d8fa45b341d v8.1.0987

patch 8.1.0987: unnecessary condition in #ifdef commit https://github.com/vim/vim/commit/6ef8f9eacdf9185d9bd03613c0a0de40ea5e3f07 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 2 07:15:28 2019 +0100 patch 8.1.0987: unnecessary condition in #ifdef Problem: Unnecessary condition in #ifdef. Solution: Remove using CYGWIN32. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Mar 2019 07:30:07 +0100
parents 54d2905bd5ab
children 8f4cc259ed7a
line wrap: on
line diff
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -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