Changeset 67733 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 30, 2017 1:35:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Global.h
r65158 r67733 89 89 */ 90 90 static const char *OSTypeId(VBOXOSTYPE aOSType); 91 92 /** 93 * Maps an OS type ID string to index into sOSTypes. 94 * @returns index on success, UINT32_MAX if not found. 95 */ 96 static uint32_t getOSTypeIndexFromId(const char *pszId); 91 97 92 98 /**
Note:
See TracChangeset
for help on using the changeset viewer.