Changeset 68183 in vbox for trunk/include/iprt
- Timestamp:
- Jul 31, 2017 8:25:25 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r66592 r68183 1131 1131 #define RTFILE_RDALL_O_DENY_NOT_DELETE RTFILE_O_DENY_NOT_DELETE 1132 1132 #define RTFILE_RDALL_O_DENY_MASK RTFILE_O_DENY_MASK 1133 /** Add a trailing zero byte to facilitate reading text files. */ 1134 #define RTFILE_RDALL_F_TRAILING_ZERO_BYTE RT_BIT_32(31) 1133 1135 /** Mask of valid flags. */ 1134 #define RTFILE_RDALL_VALID_MASK RTFILE_RDALL_O_DENY_MASK1136 #define RTFILE_RDALL_VALID_MASK (RTFILE_RDALL_O_DENY_MASK | UINT32_C(0x80000000)) 1135 1137 /** @} */ 1136 1138
Note:
See TracChangeset
for help on using the changeset viewer.