Provide preprocessor macros for BLPAPI library version information. More...
Go to the source code of this file.
Defines | |
| #define | BLPAPI_VERSION_MAJOR 3 |
| #define | BLPAPI_VERSION_MINOR 8 |
| #define | BLPAPI_VERSION_PATCH 18 |
| #define | BLPAPI_VERSION_BUILD 1 |
| #define | BLPAPI_MAKE_VERSION(MAJOR, MINOR, PATCH) |
| #define | BLPAPI_SDK_VERSION |
Provide preprocessor macros for BLPAPI library version information.
| #define BLPAPI_VERSION_MAJOR 3 |
| #define BLPAPI_VERSION_MINOR 8 |
| #define BLPAPI_VERSION_PATCH 18 |
| #define BLPAPI_VERSION_BUILD 1 |
| #define BLPAPI_MAKE_VERSION | ( | MAJOR, | ||
| MINOR, | ||||
| PATCH | ||||
| ) |
((MAJOR) * 65536 + \
(MINOR) * 256 + \
(PATCH))
| #define BLPAPI_SDK_VERSION |
1.7.1