X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=8purfCMuzbDTv15MA5c/ewBZBDlDa7aywQgQGGQvsPE=; b=T5sgsGMTaVm6PXzJLj85//Ej9JMfN7CpWbbsKT2KRC9lQ/Th0ul7De9rS9js67QTE+ qlTLj4RIJ9Vf2qfBZR7NXm9vakCubNn4r7LzVRQvIfBHY5n/6nxVt3J3fm+Ou9AAPJ7b +CkNwTIM/sahZcfXX0ePM1/9pE0d0AB7PgMT8j2MSjO41NfB9oCw5buCS7wphneI+Cs8 VfV9R6bqXlWe6yAbJ9n9Za7q/8k4cPn2WJpXuhhxXM8KKwfIPlhNa18xptFgqSYdkL2U SGIMG5hsywCNqx8zt8Wrm0c3U7IckNtPDXfpmpzCktrA0iUEr61nit8juVQswAr65ZrS FBtA== MIME-Version: 1.0 X-Received: by 10.182.97.2 with SMTP id dw2mr21438496obb.85.1433885607993; Tue, 09 Jun 2015 14:33:27 -0700 (PDT) In-Reply-To: <557739E0.6070608@gmail.com> References: <201506091712 DOT t59HCPci004068 AT delorie DOT com> <557739E0 DOT 6070608 AT gmail DOT com> Date: Tue, 9 Jun 2015 14:33:27 -0700 Message-ID: Subject: Re: Detecting the presence of doslfn? From: "Louis Santillan (lpsantil AT gmail DOT com)" To: "djgpp AT delorie DOT com" Content-Type: text/plain; charset=UTF-8 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Is your effort separate from neozeed's [0]? Otherwise, I'd recommend collaborating with him. He's an excellent porter. Additionally, you might read this page [1]. It could provide you the info you're looking for. [0] http://virtuallyfun.superglobalmegacorp.com/category/quake/ [1] http://www.fysnet.net/longfile.htm On Tue, Jun 9, 2015 at 12:09 PM, Frank Sapone (emoaddict15 AT gmail DOT com) wrote: > Hello DJGGP developers, > > I am not quite sure if this is the proper mailing list.. If it's in the > wrong place I apologize. > > A friend and I have ported Quake 2 to DOS and it works rather well but the > one issue is long filenames. Using doslfn works OK, but I would like to be > able to detect the presence of doslfn. I see theres some lfn functions in > the libc but I am unsure if there's just a specific test function for LFN. > > Frank >