Changeset 84243 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 11, 2020 9:59:59 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137851
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp
r84215 r84243 246 246 */ 247 247 const uint64_t fGuestFeatures = VBOX_GUESTCTRL_GF_0_SET_SIZE 248 | VBOX_GUESTCTRL_GF_0_PROCESS_ARGV0; 248 | VBOX_GUESTCTRL_GF_0_PROCESS_ARGV0 249 | VBOX_GUESTCTRL_GF_0_PROCESS_DYNAMIC_SIZES; 249 250 250 251 rc = VbglR3GuestCtrlReportFeatures(g_idControlSvcClient, fGuestFeatures, &g_fControlHostFeatures0);
Note:
See TracChangeset
for help on using the changeset viewer.