reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
98 Str[0] = '0' + Maj; 99 Str[1] = '0' + (Min / 10); 100 Str[2] = '0' + (Min % 10); 101 Str[3] = '0' + (Rev / 10); 102 Str[4] = '0' + (Rev % 10); 103 Str[5] = '\0'; 104 Builder.defineMacro("__ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__", Str);