Date: Tue, 6 Feb 2001 20:22:12 -0500 Message-Id: <200102070122.UAA23094@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3A801968.39E6D7B2@gmx.de> (message from Silver on Tue, 06 Feb 2001 16:34:00 +0100) Subject: Re: trouble with MSDOS Macro References: <3A80185B DOT 27921 DOT F696E AT localhost> <3A801968 DOT 39E6D7B2 AT gmx DOT de> 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 > Thanks, but I'm writing a C++ library and I've set up several naming > conventions for this, so I would REALLY appreciate it to call it > "MSDOS". Try "gcc -ansi" > Besides I'm pretty sure that it is not a good style for > DJGPP to use nonstandart macros for its own purposes without > underscores and without documentation. While not in the official documentation, it's fairly well-known. If you want to submit a patch to the documentation, please do. > What I need is a way to get DJGPP compatible. DJGPP is compatible with Microsoft and Borland compilers, which also define that symbol. Or at least used to back when we last checked them.