Changeset 34262 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Nov 22, 2010 6:15:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/USBLib-win.cpp
r34261 r34262 2877 2877 2878 2878 pDevice = pHostDevices; 2879 for (uint32_t j = 0; j < cHostDevices; j++) 2879 uint32_t j; 2880 for (j = 0; j < cHostDevices; j++) 2880 2881 { 2881 2882 if (pszDeviceRegPath)
Note:
See TracChangeset
for help on using the changeset viewer.