8 #ifndef MSGPACK_PREDEF_COMPILER_METROWERKS_H 9 #define MSGPACK_PREDEF_COMPILER_METROWERKS_H 33 #define MSGPACK_COMP_MWERKS MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 35 #if defined(__MWERKS__) || defined(__CWCC__) 36 # if !defined(MSGPACK_COMP_MWERKS_DETECTION) && defined(__CWCC__) 37 # define MSGPACK_COMP_MWERKS_DETECTION MSGPACK_PREDEF_MAKE_0X_VRPP(__CWCC__) 39 # if !defined(MSGPACK_COMP_MWERKS_DETECTION) && (__MWERKS__ >= 0x4200) 40 # define MSGPACK_COMP_MWERKS_DETECTION MSGPACK_PREDEF_MAKE_0X_VRPP(__MWERKS__) 42 # if !defined(MSGPACK_COMP_MWERKS_DETECTION) && (__MWERKS__ >= 0x3204) // note the "skip": 04->9.3 43 # define MSGPACK_COMP_MWERKS_DETECTION MSGPACK_VERSION_NUMBER(9,(__MWERKS__)%100-1,0) 45 # if !defined(MSGPACK_COMP_MWERKS_DETECTION) && (__MWERKS__ >= 0x3200) 46 # define MSGPACK_COMP_MWERKS_DETECTION MSGPACK_VERSION_NUMBER(9,(__MWERKS__)%100,0) 48 # if !defined(MSGPACK_COMP_MWERKS_DETECTION) && (__MWERKS__ >= 0x3000) 49 # define MSGPACK_COMP_MWERKS_DETECTION MSGPACK_VERSION_NUMBER(8,(__MWERKS__)%100,0) 51 # if !defined(MSGPACK_COMP_MWERKS_DETECTION) 52 # define MSGPACK_COMP_MWERKS_DETECTION MSGPACK_VERSION_NUMBER_AVAILABLE 56 #ifdef MSGPACK_COMP_MWERKS_DETECTION 57 # if defined(MSGPACK_PREDEF_DETAIL_COMP_DETECTED) 58 # define MSGPACK_COMP_MWERKS_EMULATED MSGPACK_COMP_MWERKS_DETECTION 60 # undef MSGPACK_COMP_MWERKS 61 # define MSGPACK_COMP_MWERKS MSGPACK_COMP_MWERKS_DETECTION 63 # define MSGPACK_COMP_MWERKS_AVAILABLE 67 #define MSGPACK_COMP_MWERKS_NAME "Metrowerks CodeWarrior" 74 #ifdef MSGPACK_COMP_MWERKS_EMULATED
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13
#define MSGPACK_COMP_MWERKS
Definition: metrowerks.h:33
#define MSGPACK_COMP_MWERKS_NAME
Definition: metrowerks.h:67