VirtualBox

Changeset 4632 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 9, 2007 3:28:04 AM (17 years ago)
Author:
vboxsync
Message:

don't try call USBClientResponseCallback unless we're building with USB support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleVRDPServer.cpp

    r4404 r4632  
    750750DECLCALLBACK(int)  ConsoleVRDPServer::VRDPCallbackUSB (void *pvCallback, void *pvIntercept, uint32_t u32ClientId, uint8_t u8Code, const void *pvRet, uint32_t cbRet)
    751751{
     752#ifdef VBOX_WITH_USB
    752753    return USBClientResponseCallback (pvIntercept, u32ClientId, u8Code, pvRet, cbRet);
     754#else
     755    return VERR_NOT_SUPPORTED;
     756#endif
    753757}
    754758
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette