VirtualBox

Changeset 35685 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 24, 2011 3:56:51 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69611
Message:

Main, Device: passthrough conditional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp

    r35676 r35685  
    2626#include "AudioSnifferInterface.h"
    2727#include "ConsoleImpl.h"
     28#ifdef VBOX_WITH_PCI_PASSTHROUGH
    2829#include "PciRawDevImpl.h"
     30#endif
    2931
    3032#include "Logging.h"
     
    6971        return rc;
    7072
     73#ifdef VBOX_WITH_PCI_PASSTHROUGH
    7174    rc = pCallbacks->pfnRegister(pCallbacks, &PciRawDev::DrvReg);
    7275    if (RT_FAILURE(rc))
    7376        return rc;
     77#endif
    7478
    7579    return VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

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