Changeset 83647 in vbox for trunk/include/iprt
- Timestamp:
- Apr 9, 2020 12:14:33 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r83510 r83647 469 469 * RTLogClearFileDelayFlag is called. */ 470 470 RTLOGDEST_F_DELAY_FILE = 0x00020000, 471 /** Don't allow changes to the filename or mode of opening it. */472 RTLOGDEST_FIXED_FILE = 0x01000000,473 /** Don't allow changing the directory. */474 RTLOGDEST_FIXED_DIR = 0x02000000,475 471 /** Just a dummy flag to be used when no other flag applies. */ 476 472 RTLOGDEST_DUMMY = 0x20000000,
Note:
See TracChangeset
for help on using the changeset viewer.