Date: Tue, 7 Aug 2001 10:55:49 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Charles Sandmann cc: acottrel AT ihug DOT com DOT au, djgpp-workers AT delorie DOT com Subject: Re: Windows 2000 LFN issues In-Reply-To: <10108070358.AA16473@clio.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 6 Aug 2001, Charles Sandmann wrote: > Just to give you hope, out of the zip "touch" works with LFNs on XP RC1. > So they occasionally fix some things :-) Sorry, I don't understand: what is this ``out of the zip "touch"''? Do you mean that you reported the bug and it already got corrected? ;-) Btw, if XP behaves differently from W2K, we will need a way to distinguish between them. Right now, it's not possible, AFAIK, without some heavy and dangerous processing that is inappropriate for libc.a. > Bad news: _get_dev_info() always returns 0 on LFN handles, character or > file. So the IOCTL interface is botched as well. Sigh... This probably means that the only practical way is to go through SFN open/create functions. Otherwise, we will find out that things begin to fall apart all over the place, since IOCTL is used in many library functions.