diff src/os_unix.h @ 585:c10855f07ab0

updated for version 7.0166
author vimboss
date Sat, 10 Dec 2005 20:17:30 +0000
parents 3fc0f57ecb91
children 23f82b5d2814
line wrap: on
line diff
--- 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