VirtualBox

Changeset 8745

Show
Ignore:
Timestamp:
05/09/08 19:38:50 (2 months ago)
Author:
vboxsync
Message:

Fixed missing #else + solaris (disabled).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Main/HostImpl.cpp

    r8744 r8745  
    154154# elif defined (RT_OS_OS2) 
    155155    mUSBProxyService = new USBProxyServiceOs2 (this); 
     156# elif defined (RT_OS_SOLARIS) && 0 
     157    mUSBProxyService = new USBProxyServiceSolaris (this); 
    156158# elif defined (RT_OS_WINDOWS) 
    157159    mUSBProxyService = new USBProxyServiceWin32 (this); 
    158 # elif 
     160# else 
    159161    mUSBProxyService = new USBProxyService (this); 
    160162# endif 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy