ReactOS 0.4.15-dev-7958-gcd0bb1a
mwerks_prefix.h
Go to the documentation of this file.
1//mwerks_prefix.h
2#define _STLP_NO_FORCE_INSTANTIATE 1// for debugging
3#define EH_VECTOR_OPERATOR_NEW 1
4#define NDEBUG 1
5
6#if __MWERKS__ >= 0x3000
7#include <MSLCarbonPrefix.h>
8#endif