Home | History | Annotate | Download | only in Driver

Lines Matching refs:Major

1760 bool Driver::GetReleaseVersion(const char *Str, unsigned &Major,
1765 Major = Minor = Micro = 0;
1770 Major = (unsigned) strtol(Str, &End, 10);