Changeset 31241 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 30, 2010 12:50:58 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64255
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp
r30758 r31241 204 204 if (RT_SUCCESS(rc)) 205 205 { 206 pReq->guestInfo. additionsVersion = VMMDEV_VERSION;206 pReq->guestInfo.interfaceVersion = VMMDEV_VERSION; 207 207 208 208 /* we've already determined the Windows product before */ -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r30780 r31241 270 270 if (RT_SUCCESS(rc)) 271 271 { 272 pReq->guestInfo. additionsVersion = VMMDEV_VERSION;272 pReq->guestInfo.interfaceVersion = VMMDEV_VERSION; 273 273 pReq->guestInfo.osType = enmOSType; 274 274 rc = VbglGRPerform(&pReq->header);
Note:
See TracChangeset
for help on using the changeset viewer.