Changeset 70289 in vbox for trunk/include/VBox
- Timestamp:
- Dec 21, 2017 4:15:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib-win.h
r70286 r70289 76 76 #endif 77 77 78 #define USBFLT_MAJOR_VERSION 179 #define USBFLT_MINOR_VERSION 380 81 78 #define USBMON_MAJOR_VERSION 5 82 79 #define USBMON_MINOR_VERSION 0 83 80 84 #define USBDRV_MAJOR_VERSION 481 #define USBDRV_MAJOR_VERSION 5 85 82 #define USBDRV_MINOR_VERSION 0 86 83 … … 124 121 { 125 122 HVBOXUSBDEVUSR hDevice; 126 uint8_t fAttached;127 uint8_t fHiSpeed;128 123 } USBSUP_GETDEV, *PUSBSUP_GETDEV; 129 124
Note:
See TracChangeset
for help on using the changeset viewer.