This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Filenames with Win32 special characters (or: Interix filename compatibility)


On Mar 11 11:50, Corinna Vinschen wrote:
> Case sensitivity is still not possible with this approach.  You
> can get generic case sensitivity in Cygwin with a bit of work.  The 
> magic flag is OBJ_CASE_INSENSITIVE in the object attributes.  However,
> this would not work for fork/exec.

Oh, and, beginning with Windows XP, you would have to enable case
sensitivity in the kernel. Set the DWORD

HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel\obcaseinsensitivity

to 0x0 and reboot.  No worries, this doesn't affect Win32 calls.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]