Changeset 70884 in vbox for trunk/include/iprt
- Timestamp:
- Feb 6, 2018 4:26:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dir.h
r69761 r70884 352 352 /** Deny relative opening of anything above this directory. */ 353 353 #define RTDIR_F_DENY_ASCENT RT_BIT_32(1) 354 /** Don't follow symbolic links in the final component. */ 355 #define RTDIR_F_NO_FOLLOW RT_BIT_32(2) 354 356 /** Valid flag mask. */ 355 #define RTDIR_F_VALID_MASK UINT32_C(0x0000000 3)357 #define RTDIR_F_VALID_MASK UINT32_C(0x00000007) 356 358 /** @} */ 357 359
Note:
See TracChangeset
for help on using the changeset viewer.