Changeset 29046 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 4, 2010 8:42:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r29043 r29046 289 289 RTStrCopy(pReq2->guestInfo.szName, sizeof(pReq2->guestInfo.szName), VBOX_VERSION_STRING); 290 290 rc = VbglGRPerform(&pReq2->header); 291 if (rc == VERR_NOT_IMPLEMENTED) /* compatibility with older guests */291 if (rc == VERR_NOT_IMPLEMENTED) /* compatibility with older hosts */ 292 292 rc = VINF_SUCCESS; 293 293 if ( RT_FAILURE(rc)
Note:
See TracChangeset
for help on using the changeset viewer.