Changeset 83420 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 25, 2020 4:54:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp
r83419 r83420 1525 1525 RTGETOPTARGV_CNV_QUOTE_BOURNE_SH, NULL); 1526 1526 1527 #ifdef VBOX_STRICT 1527 1528 const bool fHasArgv0 = RT_BOOL(g_fControlHostFeatures0 & VBOX_GUESTCTRL_HF_0_PROCESS_ARGV0); 1528 1529 … … 1532 1533 ("StartupInfo.uNumArgs=%RU32 != cArgs=%d, fHostFeatures0=%#x\n", 1533 1534 pProcess->StartupInfo.uNumArgs, cArgs, g_fControlHostFeatures0)); 1535 #endif 1536 1534 1537 /* 1535 1538 * Create the environment.
Note:
See TracChangeset
for help on using the changeset viewer.