9 #ifndef MSGPACK_PREDEF_OS_MACOS_H 10 #define MSGPACK_PREDEF_OS_MACOS_H 40 #define MSGPACK_OS_MACOS MSGPACK_VERSION_NUMBER_NOT_AVAILABLE 42 #if !defined(MSGPACK_PREDEF_DETAIL_OS_DETECTED) && ( \ 43 defined(macintosh) || defined(Macintosh) || \ 44 (defined(__APPLE__) && defined(__MACH__)) \ 46 # undef MSGPACK_OS_MACOS 47 # if !defined(MSGPACK_OS_MACOS) && defined(__APPLE__) && defined(__MACH__) 48 # define MSGPACK_OS_MACOS MSGPACK_VERSION_NUMBER(10,0,0) 50 # if !defined(MSGPACK_OS_MACOS) 51 # define MSGPACK_OS_MACOS MSGPACK_VERSION_NUMBER(9,0,0) 56 # define MSGPACK_OS_MACOS_AVAILABLE 60 #define MSGPACK_OS_MACOS_NAME "Mac OS"
#define MSGPACK_PREDEF_DECLARE_TEST(x, s)
Definition: test.h:13
#define MSGPACK_OS_MACOS
Definition: macos.h:40
#define MSGPACK_OS_MACOS_NAME
Definition: macos.h:60