Changeset 67735 in vbox for trunk/src/VBox
- Timestamp:
- Jun 30, 2017 1:40:00 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116589
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/Global.cpp
r67734 r67735 538 538 /* static */ uint32_t Global::getOSTypeIndexFromId(const char *pszId) 539 539 { 540 for (size_t i = 0; i < RT_ELEMENTS( Global::sOSTypes); ++i)540 for (size_t i = 0; i < RT_ELEMENTS(sOSTypes); ++i) 541 541 if (!RTStrICmp(pszId, Global::sOSTypes[i].id)) 542 542 return (uint32_t)i;
Note:
See TracChangeset
for help on using the changeset viewer.