|
BLPAPI C++
3.21.0
|
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 21 |
| #define | BLPAPI_VERSION_PATCH 0 |
| #define | BLPAPI_VERSION_BUILD 0 |
| #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 0 |
| #define BLPAPI_VERSION_MAJOR 3 |
| #define BLPAPI_VERSION_MINOR 21 |
| #define BLPAPI_VERSION_PATCH 0 |