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