Changeset 4632 in vbox for trunk/src/VBox
- Timestamp:
- Sep 9, 2007 3:28:04 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleVRDPServer.cpp
r4404 r4632 750 750 DECLCALLBACK(int) ConsoleVRDPServer::VRDPCallbackUSB (void *pvCallback, void *pvIntercept, uint32_t u32ClientId, uint8_t u8Code, const void *pvRet, uint32_t cbRet) 751 751 { 752 #ifdef VBOX_WITH_USB 752 753 return USBClientResponseCallback (pvIntercept, u32ClientId, u8Code, pvRet, cbRet); 754 #else 755 return VERR_NOT_SUPPORTED; 756 #endif 753 757 } 754 758
Note:
See TracChangeset
for help on using the changeset viewer.