Changeset 60979 in vbox
- Timestamp:
- May 13, 2016 4:59:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp
r60967 r60979 1349 1349 { 1350 1350 rc = Info.result; 1351 if (rc == VERR_HGCM_SERVICE_NOT_FOUND)1352 return VINF_PERMISSION_DENIED; /* HGCM service not available - bail out early. */1353 1354 1351 if (RT_SUCCESS(rc)) 1355 1352 { … … 1361 1358 } 1362 1359 } 1360 1361 if (RT_FAILURE(rc)) 1362 return rc; 1363 1363 1364 1364 /*
Note:
See TracChangeset
for help on using the changeset viewer.