From: Boon van der RJ Newsgroups: comp.os.msdos.djgpp Subject: Re: (none) Date: Mon, 21 Dec 98 14:56:19 Organization: Fac. Wiskunde & Informatica, VU, Amsterdam Lines: 14 Message-ID: <75lk23$kse@cs.vu.nl> References: NNTP-Posting-Host: sloep102.cs.vu.nl User-Agent: tin/pre-1.4-981002 ("Phobia") (UNIX) (SunOS/5.5.1 (sun4u)) X-Poster-Key: sha1:wPVaKw1UvpPT/OFOPRWAjcTQ+tQ= Cancel-Lock: sha1:V3Q6/MxdCMb6Jai8Sc+94hg/Ljo= To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Prashant Gupta wrote: > Please suggest me what will be djgpp equivalent for : #if !defined(_Windows) #if !defined(DJGPP) typedef char bool; enum {false, true}; #endif /* ! DJGPP */ #endif /* ! _Windows */ That should do it, I guess, Robert.