Changeset 70285 in vbox for trunk/include/VBox
- Timestamp:
- Dec 21, 2017 3:30:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib-win.h
r69107 r70285 273 273 } USBSUP_DEVINFO, *PUSBSUP_DEVINFO; 274 274 275 typedef struct276 {277 int rc;278 uint32_t cDevices;279 USBSUP_DEVINFO aDevices[1];280 } USBSUP_GET_DEVICES, *PUSBSUP_GET_DEVICES;281 282 275 #pragma pack() /* paranoia */ 283 276
Note:
See TracChangeset
for help on using the changeset viewer.