Xref: news-dnh.mv.net comp.os.msdos.djgpp:3941 Path: news-dnh.mv.net!mv!barney.gvi.net!news.netrail.net!arther.castle.net!micro.internexus.net!news.sprintlink.net!cs.utexas.edu!academ!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Long file names in V2B3 Date: Fri, 15 Dec 1995 09:44:12 CST Organization: Rice University, Houston, Texas Lines: 6 Message-ID: <30d197cc.sandmann@clio.rice.edu> References: <4B2FA50116B AT fs2 DOT mt DOT umist DOT ac DOT uk> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > The djgpp functions fopen() etc presumably call the interrupts `AH=0xX, int21' > and therefore use 8.3-char filenames whether running under Windows 95 or not. V2 detects the presence of the LFN API (0x71 ...) and unless it is disabled by the user (an option for distributions/codes which expect name trunctation) uses the new interrupts, so you can get full long name functionality.