Changeset 61855 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 23, 2016 3:18:51 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108266
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp
r58183 r61855 317 317 { 318 318 AssertPtrReturn(ppszDir, VERR_INVALID_POINTER); 319 int rc ;319 int rc = VERR_NOT_FOUND; 320 320 #ifdef VBOX_WITH_GUEST_PROPS 321 321 HGCMCLIENTID idClientGuestProp;
Note:
See TracChangeset
for help on using the changeset viewer.