Changeset 8745
- Timestamp:
- 05/09/08 19:38:50 (2 months ago)
- Files:
-
- trunk/src/VBox/Main/HostImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Main/HostImpl.cpp
r8744 r8745 154 154 # elif defined (RT_OS_OS2) 155 155 mUSBProxyService = new USBProxyServiceOs2 (this); 156 # elif defined (RT_OS_SOLARIS) && 0 157 mUSBProxyService = new USBProxyServiceSolaris (this); 156 158 # elif defined (RT_OS_WINDOWS) 157 159 mUSBProxyService = new USBProxyServiceWin32 (this); 158 # el if160 # else 159 161 mUSBProxyService = new USBProxyService (this); 160 162 # endif

