Changeset 57415 in vbox for trunk/src/VBox/HostServices/SharedFolders
- Timestamp:
- Aug 18, 2015 10:58:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp
r57358 r57415 65 65 66 66 /** Call completion callback for guest calls. */ 67 static voidcallComplete(VBOXHGCMCALLHANDLE callHandle, int32_t rc)67 static DECLCALLBACK(void) callComplete(VBOXHGCMCALLHANDLE callHandle, int32_t rc) 68 68 { 69 69 callHandle->rc = rc;
Note:
See TracChangeset
for help on using the changeset viewer.