Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

mwcw.h

Go to the documentation of this file.
00001 // mwcw.h --
00002 // $Id: mwcw.h,v 1.7 2003/11/23 01:42:51 wcvs Exp $
00003 // This is part of Metakit, see https://www.equi4.com/metakit/
00004 
00009 #define q4_MWCW 1
00010 
00012 
00013 #if q4_68K
00014 #if !__option(IEEEdoubles)
00015 #error Cannot build Metakit with 10-byte doubles
00016 #endif
00017 #endif
00018 
00019 #if __option(bool)
00020 #define q4_BOOL 1
00021   // undo previous defaults, because q4_BOOL is not set early enough
00022 #undef false
00023 #undef true
00024 #undef bool
00025 #endif
00026 
00027 #undef _MSC_VER
00028 
00029 #pragma export on
00030 


Metakit C++ API Reference - https://www.equi4.com/metakit.html - extracted with Doxygen