From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10108070358.AA16473@clio.rice.edu> Subject: Re: Windows 2000 LFN issues To: eliz AT is DOT elta DOT co DOT il Date: Mon, 6 Aug 2001 22:58:03 -0500 (CDT) Cc: acottrel AT ihug DOT com DOT au, djgpp-workers AT delorie DOT com In-Reply-To: <2110-Mon06Aug2001213825+0300-eliz@is.elta.co.il> from "Eli Zaretskii" at Aug 06, 2001 09:38:25 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Just to give you hope, out of the zip "touch" works with LFNs on XP RC1. So they occasionally fix some things :-) Bad news: _get_dev_info() always returns 0 on LFN handles, character or file. Thus all handles look like files on drive A which have been written. This is broken on all Win2K and XP tests. This routine is used in several places in the library. Note it doesn't fail, just returns 0.