This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

{BOOL,TRUE,FALSE} = {bool,true,false}


I've just taken a sweep through the source, changing most unnecessary
uses of the Windows versions of boolean to c++ versions.  With luck, I
haven't screwed up anything too badly.

Please, if you do make changes to cygwin, if at all possible, use the
constructs that the language supports.  There are some cases when the
upper case versions of these things are needed but they should only be
used when necessary for Windows API compatibility.

Hmm.  I think I need a style guide here, don't I?

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]