reactos/lib/3rdparty/stlport/test/eh/mwerks_prefix.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

9 lines
183 B
C

//mwerks_prefix.h
#define _STLP_NO_FORCE_INSTANTIATE 1// for debugging
#define EH_VECTOR_OPERATOR_NEW 1
#define NDEBUG 1
#if __MWERKS__ >= 0x3000
#include <MSLCarbonPrefix.h>
#endif