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