commit | 6ef8f9eacdf9185d9bd03613c0a0de40ea5e3f07 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 02 07:15:28 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 02 07:15:28 2019 +0100 |
tree | 7348bfa7e05b8763bb27e8e583b2b13bfeb41952 | |
parent | ef8c956172aa967f67c524cb9609a4d390d74b82 [diff] [blame] |
patch 8.1.0987: unnecessary condition in #ifdef Problem: Unnecessary condition in #ifdef. Solution: Remove using CYGWIN32. (Ken Takata)
diff --git a/src/os_unix.h b/src/os_unix.h index 8919ff0..5df943c 100644 --- 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