Changeset 7944 in vbox
- Timestamp:
- Apr 14, 2008 7:46:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r7852 r7944 143 143 #elif defined (RT_OS_OS2) && defined (VBOX_WITH_USB) 144 144 mUSBProxyService = new USBProxyServiceOs2 (this); 145 #elif defined (RT_OS_SOLARIS) && defined (VBOX_WITH_USB)146 mUSBProxyService = new USBProxyServiceSolaris (this);147 145 #elif defined (RT_OS_WINDOWS) && defined (VBOX_WITH_USB) 148 146 mUSBProxyService = new USBProxyServiceWin32 (this);
Note:
See TracChangeset
for help on using the changeset viewer.