- Timestamp:
- May 12, 2008 1:03:38 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30750
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r8745 r8766 157 157 mUSBProxyService = new USBProxyServiceSolaris (this); 158 158 # elif defined (RT_OS_WINDOWS) 159 mUSBProxyService = new USBProxyServiceWin 32(this);159 mUSBProxyService = new USBProxyServiceWindows (this); 160 160 # else 161 161 mUSBProxyService = new USBProxyService (this); -
trunk/src/VBox/Main/Makefile.kmk
r8765 r8766 245 245 VBoxSVC_SOURCES.os2 += os2/USBProxyServiceOs2.cpp 246 246 VBoxSVC_SOURCES.solaris += solaris/USBProxyServiceSolaris.cpp 247 VBoxSVC_SOURCES.win += win/USBProxyServiceWin 32.cpp247 VBoxSVC_SOURCES.win += win/USBProxyServiceWindows.cpp 248 248 endif 249 249
Note:
See TracChangeset
for help on using the changeset viewer.