OSDN Git Service

Make directory name comparisons on Win32 case insensitive.
authorMagnus Hagander <magnus@hagander.net>
Fri, 3 Apr 2009 11:52:08 +0000 (11:52 +0000)
committerMagnus Hagander <magnus@hagander.net>
Fri, 3 Apr 2009 11:52:08 +0000 (11:52 +0000)
commitaa38153d22df190397f851cfbd4506f31f44557e
treed1ce05ae7c9e85ed7afd68ba43a2ce030a5b7dcf
parentd0b599012f52f4f06847a87dadfd70b47f7c5265
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