|
MessagePack for C
|
#include <msgpack/predef/version_number.h>
Go to the source code of this file.
Macros | |
| #define | MSGPACK_PREDEF_WORKAROUND(symbol, comp, major, minor, patch) |
| #define | MSGPACK_PREDEF_TESTED_AT(symbol, major, minor, patch) ( (symbol) >= MSGPACK_VERSION_NUMBER_AVAILABLE ) |
| #define MSGPACK_PREDEF_TESTED_AT | ( | symbol, | |
| major, | |||
| minor, | |||
| patch | |||
| ) | ( (symbol) >= MSGPACK_VERSION_NUMBER_AVAILABLE ) |
| #define MSGPACK_PREDEF_WORKAROUND | ( | symbol, | |
| comp, | |||
| major, | |||
| minor, | |||
| patch | |||
| ) |
1.8.17