Changeset 54858 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp
- Timestamp:
- Mar 20, 2015 8:25:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp
r52800 r54858 724 724 *pu32ClientId = Info.u32ClientID; 725 725 } 726 if (rc == VERR_HGCM_SERVICE_NOT_FOUND) 727 rc = VINF_PERMISSION_DENIED; 726 728 return rc; 727 729 }
Note:
See TracChangeset
for help on using the changeset viewer.