Date: Tue, 24 Mar 1998 17:25:46 +0300 (IDT) From: Eli Zaretskii To: Ian Chapman cc: djgpp AT delorie DOT com Subject: Re: #define dj vs others In-Reply-To: <3517AFBF.45AE@nortel.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 24 Mar 1998, Ian Chapman wrote: > The fix is to put #define _WIN32 in front of #if In general, I'd say this is not a good idea. _WIN32 is a symbold defined by MSVC, Cygwin32 and other compilers which are compatible to them. It could bite you if some other header or source file used that symbol to call functions which aren't supported by DJGPP.