Searched refs:OCLOC_MAKE_VERSION (Results 1 – 1 of 1) sorted by relevance
14 #ifndef OCLOC_MAKE_VERSION16 #define OCLOC_MAKE_VERSION(_major, _minor) ((_major << 16) | (_minor & 0x0000ffff)) macro20 OCLOC_VERSION_1_0 = OCLOC_MAKE_VERSION(1, 0), ///< version 1.021 OCLOC_VERSION_CURRENT = OCLOC_MAKE_VERSION(1, 0), ///< latest known version