Changeset 36959 in vbox
- Timestamp:
- May 4, 2011 2:56:38 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71555
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib-win.h
r36941 r36959 74 74 #define USBFLT_MINOR_VERSION 3 75 75 76 #define USBMON_MAJOR_VERSION 476 #define USBMON_MAJOR_VERSION 5 77 77 #define USBMON_MINOR_VERSION 0 78 78 … … 119 119 { 120 120 HVBOXUSBDEVUSR hDevice; 121 uint16_t vid, did, rev;122 char serial_hash[MAX_USB_SERIAL_STRING];123 124 121 uint8_t fAttached; 125 122 uint8_t fHiSpeed; -
trunk/src/VBox/HostDrivers/VBoxUSB/Makefile.kmk
r36941 r36959 35 35 USBLib_DEFS = IN_USBLIB 36 36 USBLib_DEFS.os2 = STATIC_USBCALLS 37 USBLib_DEFS.win = _WIN32_WINNT=0x0500 37 38 USBLib_SOURCES = \ 38 39 USBLib.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.