Changeset 45738 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Apr 25, 2013 6:51:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r45459 r45738 2281 2281 RTSpinlockAcquire(pDevExt->SessionSpinlock); 2282 2282 2283 /* For all the bits which the guest is allowed to set, check whether the 2284 * requested value is different to the current one and adjust the global 2285 * usage counter and if appropriate the global state if so. */ 2283 2286 for (i = 0; i < sizeof(fFeatures) * 8; i++) 2284 2287 {
Note:
See TracChangeset
for help on using the changeset viewer.