VirtualBox

Changeset 2608 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 13, 2007 12:36:02 PM (18 years ago)
Author:
vboxsync
Message:

Trust VBOX_WITH_USB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Builtins.cpp

    r2390 r2608  
    102102    if (VBOX_FAILURE(rc))
    103103        return rc;
    104 #if defined(VBOX_WITH_USB) && (defined(__L4ENV__) || defined(__LINUX__) || defined(__WIN__))
     104#ifdef VBOX_WITH_USB
    105105    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceOHCI);
    106106    if (VBOX_FAILURE(rc))
     
    210210        return rc;
    211211
    212 #if defined(VBOX_WITH_USB) && (defined(__L4ENV__) || defined(__LINUX__) || defined(__WIN__))
     212#ifdef VBOX_WITH_USB
    213213    rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvVUSBRootHub);
    214214    if (VBOX_FAILURE(rc))
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