Changeset 5651 in vbox
- Timestamp:
- Nov 9, 2007 2:59:08 PM (17 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r5639 r5651 74 74 VBoxDDU_SOURCES.win = \ 75 75 USB/win32/USBLib-win32.cpp 76 VBoxDDU_INCS.os2 += \ 77 $(PATH_ROOT)/src/VBox/HostDrivers/VBoxUSB/os2 76 78 endif 77 79 VBoxDDU_LIBS = \ … … 585 587 USB/linux/USBProxyDevice-linux.cpp 586 588 589 Drivers_DEFS.os2 += VUSB_HAVE_USBPROXY_DEVICE 590 Drivers_INCS.os2 += $(PATH_ROOT)/src/VBox/HostDrivers/VBoxUSB/os2 591 Drivers_SOURCES.os2 += \ 592 USB/USBProxyDevice.cpp \ 593 USB/os2/USBProxyDevice-os2.cpp 594 587 595 Drivers_DEFS.win += VUSB_HAVE_USBPROXY_DEVICE 588 596 Drivers_SOURCES.win += \ -
trunk/src/VBox/Devices/VBoxDDUDeps.cpp
r5578 r5651 23 23 #ifdef VBOX_WITH_USB 24 24 # include <VBox/usbfilter.h> 25 # ifdef RT_OS_OS2 26 # include <os2.h> 27 # include <usbcalls.h> 28 # endif 25 29 #endif 26 30 … … 32 36 #ifdef VBOX_WITH_USB 33 37 (PFNRT)USBFilterInit, 38 # ifdef RT_OS_OS2 39 (PFNRT)UsbOpen, 40 # endif 34 41 #endif 35 42 NULL
Note:
See TracChangeset
for help on using the changeset viewer.