Date: Thu, 8 Aug 1996 11:10:48 +0200 (IST) From: Eli Zaretskii To: "John E. Davis" Cc: sandmann AT clio DOT rice DOT edu, djgpp AT delorie DOT com Subject: Re: Binding CWSDPMI In-Reply-To: <199608072025.QAA28640@delorie.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 7 Aug 1996, John E. Davis wrote: > Incidently, one person reported that long filenames only work if > `_open' is used instead of `open'. Is this correct? Unless there is some subtle bug in the library, I can't see how this could be true. `open' just calls `_open' after some bookkeeping, so both should support (or fail) LFN in the same way.