Macros | |
#define | DPP_VERSION_LONG 0x00100030 |
#define | DPP_VERSION_MAJOR ((DPP_VERSION_LONG & 0x00ff0000) >> 16) |
#define | DPP_VERSION_MINOR ((DPP_VERSION_LONG & 0x0000ff00) >> 8) |
#define | DPP_VERSION_PATCH (DPP_VERSION_LONG & 0x000000ff) |
#define | DPP_VERSION_SHORT 100030 |
#define | DPP_VERSION_TEXT "D++ 10.0.30 (11-Dec-2023)" |
#define DPP_VERSION_LONG 0x00100030 |
#define DPP_VERSION_MAJOR ((DPP_VERSION_LONG & 0x00ff0000) >> 16) |
#define DPP_VERSION_MINOR ((DPP_VERSION_LONG & 0x0000ff00) >> 8) |
#define DPP_VERSION_PATCH (DPP_VERSION_LONG & 0x000000ff) |
#define DPP_VERSION_SHORT 100030 |
#define DPP_VERSION_TEXT "D++ 10.0.30 (11-Dec-2023)" |