Changeset 36088 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Feb 25, 2011 1:52:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/Monitor/USBMon.cpp
r36068 r36088 313 313 } 314 314 315 if (InterlockedCompareExchange(&pDevExt->fRemoveLockInitialized, 1, 0) )315 if (InterlockedCompareExchange(&pDevExt->fRemoveLockInitialized, 1, 0) == 0) 316 316 { 317 317 //
Note:
See TracChangeset
for help on using the changeset viewer.