| delorie.com/archives/browse.cgi | search | 
| Message-Id: | <199812182049.UAA18685@remus> | 
| From: | "Arthur" <arfa AT clara DOT net> | 
| To: | <djgpp AT delorie DOT com> | 
| Subject: | RE: | 
| Date: | Fri, 18 Dec 1998 20:48:04 -0000 | 
| X-Priority: | 3 (Normal) | 
| X-MSMail-Priority: | Normal | 
| X-Mailer: | Microsoft Outlook 8.5, Build 4.71.2173.0 | 
| In-Reply-To: | <Pine.OSF.4.02A.9812180956480.21044-100000@dogwood> | 
| X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.3110.3 | 
| Importance: | Normal | 
| Reply-To: | djgpp AT delorie DOT com | 
> Please suggest me what will be djgpp equivalent for :
>
> #if !defined(_Windows)
> typedef char bool;
> enum {false, true};
> #endif
#ifndef _Windows
typedef char bool;
enum {false, true};
#endif
James Arthur - jaa AT arfa DOT clara DOT net
http://www.jado.org/users/arfa/
ICQ#15054819
| webmaster | delorie software privacy | 
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |