Changeset 39825 in vbox
- Timestamp:
- Jan 20, 2012 9:47:56 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75828
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r38663 r39825 673 673 /** Feature mask, currently unused. */ 674 674 uint32_t additionsFeatures; 675 /** Some additional information, for example 'Beta 1' or something like that. */ 675 /** The intentional meaning of this field was: 676 * Some additional information, for example 'Beta 1' or something like that. 677 * 678 * The way it was implemented was implemented: VBOX_VERSION_STRING. 679 * 680 * This means the first three members are duplicated in this field (if the guest 681 * build config is sane). So, the user must check this and chop it off before 682 * usage. There is, because of the Main code's blind trust in the field's 683 * content, no way back. */ 676 684 char szName[128]; 677 685 } VBoxGuestInfo2;
Note:
See TracChangeset
for help on using the changeset viewer.