Go to the documentation of this file. 28 #ifndef INCLUDED_BLPAPI_VERSIONMACROS 29 #define INCLUDED_BLPAPI_VERSIONMACROS 49 #define BLPAPI_VERSION_MAJOR 3 50 #define BLPAPI_VERSION_MINOR 24 51 #define BLPAPI_VERSION_PATCH 6 52 #define BLPAPI_VERSION_BUILD 128 54 #define BLPAPI_MAKE_VERSION(MAJOR, MINOR, PATCH) \ 55 ((MAJOR) * 65536 + (MINOR) * 256 + (PATCH)) 59 #define BLPAPI_SDK_VERSION \ 60 BLPAPI_MAKE_VERSION( \ 61 BLPAPI_VERSION_MAJOR, BLPAPI_VERSION_MINOR, BLPAPI_VERSION_PATCH) 66 #endif // INCLUDED_BLPAPI_VERSIONMACROS