ReactOS 0.4.15-dev-7924-g5949c20
mwerks_debug_prefix.h
Go to the documentation of this file.
1//mwerks_debug_prefix.h
2#define _STLP_NO_FORCE_INSTANTIATE 1// for debugging
3#define EH_VECTOR_OPERATOR_NEW 1
4#define _STLP_DEBUG 1 // enable the use of allocation debugging
5
6#if __MWERKS__ >= 0x3000
7#include <MSLCarbonPrefix.h>
8#endif