Make directory name comparisons on Win32 case insensitive.

Magnus Hagander <magnus@hagander.net>

Commit: 4e440e97b1b3d757be385e50adbf6a5381a25445
Author: Magnus Hagander <magnus@hagander.net>
Date: 2009-04-03T11:52:10Z
Releases: 8.2.14
Make directory name comparisons on Win32 case insensitive.

This method will not catch all different ways since the locale
handling in NTFS doesn't provide an easy way to do that, but it
will hopefully solve the most common cases causing startup
problems when the backend is found in the system PATH.

Attempts to fix bug #4694.

Files

PathChange+/−
src/port/path.c modified +6 −1