Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Fred/Boolean.hpp

Go to the documentation of this file.
00001 #ifndef __J2K__Boolean_HPP__
00002 #define __J2K__Boolean_HPP__
00003 
00004 #ifdef DOS
00005     #define bool           unsigned int      // If bool type doesn't exist
00006     #define false          0 
00007     #define true           1 
00008 #endif
00009 
00010 #ifndef _WINDEF_
00011 
00012     #define FALSE  false    // Define CAPITAL bool constant
00013     #define TRUE   true
00014 
00015     #define BOOL   bool
00016     
00017 #endif
00018 
00019 #endif

Generated on Sun Oct 14 18:46:31 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001