Searched refs:major (Results 1 – 2 of 2) sorted by relevance
5 #ifdef major6 #undef major
1275 uint8_t major = (HDC_VERSION_NUMBER >> 28) & 0xff; in GetVersion() local1279 string ver = StringFormat("%x.%x.%x%c", major, minor, version, a + fix); in GetVersion()