Changeset 65544 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 31, 2017 2:58:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp
r65432 r65544 202 202 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 203 203 204 #if !defined(RT_OS_WINDOWS) /// @todo check up the bPort value on Windows before enabling this.205 204 *aPort = mUsb->bPort; 206 #else207 *aPort = 0;208 #endif209 205 210 206 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.