commit | 24552beda0124d51735b2dd5a0352cb81a196d14 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 20:17:30 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 20:17:30 2005 +0000 |
tree | 834dcfbf6021c4ad939627b7d7509200ede7d6a4 | |
parent | 43abc52195744330e1df8f50bda64c1f66f9b507 [diff] [blame] |
updated for version 7.0166
diff --git a/src/os_unix.h b/src/os_unix.h index b78b23e..c1458d6 100644 --- a/src/os_unix.h +++ b/src/os_unix.h
@@ -40,6 +40,9 @@ #if defined(__CYGWIN__) || defined(__CYGWIN32__) # define WIN32UNIX /* Compiling for Win32 using Unix files. */ # define BINARY_FILE_IO + +# define CASE_INSENSITIVE_FILENAME +# define USE_FNAME_CASE /* Fix filename case differences. */ #endif /* On AIX 4.2 there is a conflicting prototype for ioctl() in stropts.h and