|
BDE 4.39.x Production Release
|
Go to the source code of this file.
Macros | |
| #define | BSL_VERSION_MAJOR 4 |
| #define | BSL_VERSION_MINOR 39 |
| #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.