delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2012/05/22/08:15:15

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
From: RayeR <glaux AT centrum DOT cz>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: How to change SFN filename case in crt0 flags - is it possible
(FAT32, WinXP)
Date: Tue, 22 May 2012 04:56:12 -0700 (PDT)
Organization: http://groups.google.com
Lines: 8
Message-ID: <0493131a-b9e6-483c-934e-b7e4577a9594@ec4g2000vbb.googlegroups.com>
References: <d47f1086-d5a0-425e-8209-25de81a9bfaa AT m10g2000vbn DOT googlegroups DOT com>
NNTP-Posting-Host: 90.181.199.10
Mime-Version: 1.0
X-Trace: posting.google.com 1337688216 9244 127.0.0.1 (22 May 2012 12:03:36 GMT)
X-Complaints-To: groups-abuse AT google DOT com
NNTP-Posting-Date: Tue, 22 May 2012 12:03:36 +0000 (UTC)
Complaints-To: groups-abuse AT google DOT com
Injection-Info: ec4g2000vbb.googlegroups.com; posting-host=90.181.199.10; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20120429
Firefox/12.0 SeaMonkey/2.9.1,gzip(gfe)
Bytes: 1390
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

OK, it was easy:

#ifdef __DJGPP__  /* it's necessary to preserve filenames case when
building charmaps */
#include <crt0.h>
int _crt0_startup_flags = _CRT0_FLAG_PRESERVE_FILENAME_CASE; /* same
as set FNCASE=Y */
#endif

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019