Changeset 70099 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 13, 2017 9:06:25 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
r70085 r70099 1147 1147 || RTUtf16ICmpAscii(pwszValueName, "DisplayName") == 0 1148 1148 || RTUtf16ICmpAscii(pwszValueName, "Group") == 0 1149 || RTUtf16ICmpAscii(pwszValueName, "DependOnGroup") == 0 1150 || RTUtf16ICmpAscii(pwszValueName, "DependOnService") == 0 1149 1151 ) 1150 1152 {
Note:
See TracChangeset
for help on using the changeset viewer.