Changeset 96924 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Sep 28, 2022 8:34:06 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r96811 r96924 2707 2707 return UINT32_MAX; 2708 2708 } 2709 return pLoggerInt->f Flags;2709 return pLoggerInt->fDestFlags; 2710 2710 } 2711 2711 RT_EXPORT_SYMBOL(RTLogGetDestinations);
Note:
See TracChangeset
for help on using the changeset viewer.