Make directory name comparisons on Win32 case insensitive.
authorMagnus Hagander <magnus@hagander.net>
Fri, 3 Apr 2009 11:52:12 +0000 (11:52 +0000)
committerMagnus Hagander <magnus@hagander.net>
Fri, 3 Apr 2009 11:52:12 +0000 (11:52 +0000)
commit2a58c36e9912b12f202408de98bc2aca59b5d2be
tree3c6803d24b93db447688a20651b295177e679720
parentdfd83106e8e6ef51df17016959e9aa69ec5fd0ec
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.
src/port/path.c