BDE 4.14.0 Production release
|
Go to the source code of this file.
Macros | |
#define | BSL_VERSION_MAJOR 4 |
Provide the major version number of the current (latest) BSL release. | |
#define | BSL_VERSION_MINOR 14 |
Provide the minor version number of the current (latest) BSL release. | |
#define | BSL_MAKE_VERSION(major, minor) |
#define | BSL_GET_VERSION_MAJOR(version) ((version / 1000000) % 100) |
#define | BSL_GET_VERSION_MINOR(version) ((version / 100) % 10000) |
#define | BSL_VERSION |
The content of this file has been pre-processed for Doxygen.