Changeset 75748 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Nov 26, 2018 6:55:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp
r75737 r75748 67 67 68 68 /** Call completion callback for guest calls. */ 69 static DECLCALLBACK( void) callComplete(VBOXHGCMCALLHANDLE callHandle, int32_t rc)69 static DECLCALLBACK(int) callComplete(VBOXHGCMCALLHANDLE callHandle, int32_t rc) 70 70 { 71 71 callHandle->rc = rc; 72 return VINF_SUCCESS; 72 73 } 73 74
Note:
See TracChangeset
for help on using the changeset viewer.