BLPAPI C++
3.24.4
|
Provide preprocessor macros for BLPAPI library version information. More...
Go to the source code of this file.
Macros | |
#define | BLPAPI_VERSION_MAJOR 3 |
#define | BLPAPI_VERSION_MINOR 24 |
#define | BLPAPI_VERSION_PATCH 4 |
#define | BLPAPI_VERSION_BUILD 128 |
#define | BLPAPI_MAKE_VERSION(MAJOR, MINOR, PATCH) ((MAJOR) * 65536 + (MINOR) * 256 + (PATCH)) |
#define | BLPAPI_SDK_VERSION |
Provide preprocessor macros for BLPAPI library version information.
#define BLPAPI_MAKE_VERSION | ( | MAJOR, | |
MINOR, | |||
PATCH | |||
) | ((MAJOR) * 65536 + (MINOR) * 256 + (PATCH)) |
#define BLPAPI_SDK_VERSION |
#define BLPAPI_VERSION_BUILD 128 |
#define BLPAPI_VERSION_MAJOR 3 |
#define BLPAPI_VERSION_MINOR 24 |
#define BLPAPI_VERSION_PATCH 4 |