Changeset 6714 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 1, 2008 10:38:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp
r6601 r6714 87 87 vbglR3GRFree(&pReq->header); 88 88 if (RT_SUCCESS(rc)) 89 {90 if (RT_SUCCESS(pReq->header.rc))91 return VINF_SUCCESS;92 93 89 rc = pReq->header.rc; 94 }95 90 } 96 91 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.