Changeset 54614 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Mar 3, 2015 11:01:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r54613 r54614 2530 2530 */ 2531 2531 static bool vbgdBitUsageTrackerChange(PVBOXGUESTBITUSAGETRACER pTracker, uint32_t fChanged, uint32_t fPrevious, 2532 uint32_t cMax, const char *pszWhat)2532 uint32_t cMax, const char *pszWhat) 2533 2533 { 2534 2534 bool fGlobalChange = false;
Note:
See TracChangeset
for help on using the changeset viewer.