Changeset 75824 in vbox for trunk/include/VBox/GuestHost/GuestControl.h
- Timestamp:
- Nov 29, 2018 10:12:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/GuestControl.h
r71517 r75824 2 2 /** @file 3 3 * Guest Control - Common Guest and Host Code. 4 * 5 * @todo r=bird: Just merge this with GuestControlSvc.h! 4 6 */ 5 7 … … 124 126 #define PATHRENAME_FLAG_NO_SYMLINKS RT_BIT(1) 125 127 /** Mask of valid flags. */ 126 #define PATHRENAME_FLAG_VALID_MASK UINT32_C(0x0000000 2)128 #define PATHRENAME_FLAG_VALID_MASK UINT32_C(0x00000003) 127 129 /** @} */ 128 130
Note:
See TracChangeset
for help on using the changeset viewer.