Changeset 105018 in vbox for trunk/include/VBox
- Timestamp:
- Jun 25, 2024 11:06:29 AM (5 months ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r105016 r105018 1009 1009 bool fAutoMount; 1010 1010 com::Utf8Str strAutoMountPoint; 1011 SymlinkPolicy_T enmSymlinkPolicy;1012 1011 }; 1013 1012 -
trunk/include/VBox/shflsvc.h
r105016 r105018 2123 2123 #define SHFL_ADD_MAPPING_F_MISSING (RT_BIT_32(3)) 2124 2124 2125 #define SHFL_CPARMS_ADD_MAPPING ( 5)2125 #define SHFL_CPARMS_ADD_MAPPING (4) 2126 2126 /** @} */ 2127 2127
Note:
See TracChangeset
for help on using the changeset viewer.