Changeset 94628 in vbox for trunk/src/VBox
- Timestamp:
- Apr 19, 2022 10:13:21 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r94625 r94628 731 731 732 732 733 #ifdef IN_RING3734 733 /********************************************************************************************************************************* 735 734 * Default file I/O interface * 736 735 *********************************************************************************************************************************/ 737 736 737 #ifdef IN_RING3 738 738 static DECLCALLBACK(int) rtLogOutputIfDefOpen(PCRTLOGOUTPUTIF pIf, void *pvUser, const char *pszFilename, uint32_t fFlags) 739 739 {
Note:
See TracChangeset
for help on using the changeset viewer.