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=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=4IGDHMMRScIO1qBpl7/lEXK+MFuVrD6EKJqcQRheZBY=; b=r6ZK8IBovA/nbf9GUKJohACKLFPRx8o1AXk60V78ncYxWQqpGpYSkvvSEZoqxsRhMA ZGTxDOG80do1Q4NuKg5IthCKmC8vLE485FanaFxhjL8qRgvhjfc8nN+r3n7WEZwSlMw2 K9egnk2dF8ey8u3ziT7vIS0rPsT7eCwJqeX6V254x70ON5BlD4HP7ch6YzaXvsiDarrH 2u1Uh5Jp9MO4BQSFfqb1dO5EwPmo7A0WlEEfCpRua7tbLCM9xpURm/EE0vaQF5MSIm7e Ar+jlQTcnOgx/HwcKbNerklTvdUawHaQ2vTBwRerFUsw5hg/x2tgQr55m3mQ2+6C5C0G 4B8g== X-Received: by 10.107.6.136 with SMTP id f8mr1041060ioi.61.1433876962398; Tue, 09 Jun 2015 12:09:22 -0700 (PDT) Message-ID: <557739E0.6070608@gmail.com> Date: Tue, 09 Jun 2015 15:09:20 -0400 From: "Frank Sapone (emoaddict15 AT gmail DOT com)" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Detecting the presence of doslfn? References: <201506091712 DOT t59HCPci004068 AT delorie DOT com> In-Reply-To: <201506091712.t59HCPci004068@delorie.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 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