8 #ifndef MSGPACK_PREDEF_LIBRARY_STD_MSL_H 9 #define MSGPACK_PREDEF_LIBRARY_STD_MSL_H 33 #define MSGPACK_LIB_STD_MSL MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 35 #if defined(__MSL_CPP__) || defined(__MSL__) 36 # undef MSGPACK_LIB_STD_MSL 37 # if defined(__MSL_CPP__) 38 # define MSGPACK_LIB_STD_MSL MSGPACK_PREDEF_MAKE_0X_VRPP(__MSL_CPP__) 40 # define MSGPACK_LIB_STD_MSL MSGPACK_PREDEF_MAKE_0X_VRPP(__MSL__) 44 #if MSGPACK_LIB_STD_MSL 45 # define MSGPACK_LIB_STD_MSL_AVAILABLE 48 #define MSGPACK_LIB_STD_MSL_NAME "Metrowerks"
#define MSGPACK_LIB_STD_MSL_NAME
Definition: msl.h:48
#define MSGPACK_LIB_STD_MSL
Definition: msl.h:33
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13