You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdepim/akregator/src/mk4storage/metakit/src/mwcw.h

32 lines
615 B

// mwcw.h --
// $Id$
// This is part of Metakit, see http://www.equi4.com/metakit/
/** @file
* Configuration header for Metrowerks CodeWarrior
*/
#define q4_MWCW 1
/////////////////////////////////////////////////////////////////////////////
#if q4_68K
#if !__option(IEEEdoubles)
#error Cannot build Metakit with 10-byte doubles
#endif
#endif
#if __option(bool)
#define q4_BOOL 1
// undo previous defaults, because q4_BOOL is not set early enough
#undef false
#undef true
#undef bool
#endif
#undef _MSC_VER
#pragma export on
/////////////////////////////////////////////////////////////////////////////