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

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

Go to the documentation of this file.
00001 #ifndef __J2K__Standard_HPP__
00002 #define __J2K__Standard_HPP__
00003 
00004   #include <j2k/Fred/Basic.hpp>
00005   #include <j2k/Fred/Boolean.hpp>
00006   #include <j2k/Fred/StdTypes.hpp>
00007 
00008   #ifdef __cplusplus
00009 
00010     #define __J2K__EXTERN_C  extern "C" {
00011     #define __J2K__END_C     }
00012 
00013 //    #define EXTERN_C  extern "C" {
00014 //    #define END_C     }
00015 
00016   #else
00017 
00018     #define __J2K__EXTERN_C 
00019     #define __J2K__END_C    
00020 
00021     #define inline  __inline
00022 
00023   #endif
00024 
00025   // #include <j2k/Fred/Error/JErrorController.hpp>
00026 
00027 
00028   #ifdef _WIN32
00029 
00030     // Disable warning messages for bool
00031     #pragma warning( disable : 4800 )  
00032 
00033   #endif
00034 
00035 #endif

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