Changeset 75749 in vbox for trunk/src/VBox/HostServices/GuestControl
- Timestamp:
- Nov 26, 2018 6:57:00 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126950
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp
r75737 r75749 43 43 44 44 /** Call completion callback for guest calls. */ 45 static DECLCALLBACK( void) callComplete(VBOXHGCMCALLHANDLE callHandle, int32_t rc)45 static DECLCALLBACK(int) callComplete(VBOXHGCMCALLHANDLE callHandle, int32_t rc) 46 46 { 47 47 callHandle->rc = rc; 48 return VINF_SUCCESS; 48 49 } 49 50
Note:
See TracChangeset
for help on using the changeset viewer.